mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-11 14:27:28 +08:00
[U] Migrate to svelte 5, switch to bun
This commit is contained in:
@@ -5,18 +5,16 @@ This project is also heavily WIP, so more details will be added later on.
|
||||
|
||||
## Development
|
||||
|
||||
This project uses Svelte (NOT SvelteKit) + TypeScript + Sass, built using Vite.
|
||||
The preferred editor is IntelliJ IDEA, but VSCode can pass as well.
|
||||
Please check out [SVELTE.md](SVELTE.md) for more details on the technical aspects of the project.
|
||||
This project uses Svelte (NOT SvelteKit) + TypeScript + Sass, built using Vite. The preferred editor is VSCode.
|
||||
|
||||
### Running locally
|
||||
|
||||
First, you would need to install Node.js and yarn.
|
||||
First, you would need to install Node.js and bun.
|
||||
Then, you would need to start your testing AquaDX server and configure the `aqua_host` in `src/libs/config.ts` to use your URL.
|
||||
Please leave `data_host` unchanged if you're not sure what it is.
|
||||
Finally, run:
|
||||
|
||||
```shell
|
||||
yarn install
|
||||
yarn dev
|
||||
bun install
|
||||
bun run dev
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user