AquaDX/AquaNet
Azalea d9081563c2 [U] Update userbox SDK 2024-12-29 04:49:43 -05:00
..
.yarn/releases
public [+] SEO meta 2024-12-27 01:13:15 -05:00
src [U] Update userbox SDK 2024-12-29 04:49:43 -05:00
tools [O] Migrate sass import 2024-12-20 04:37:51 -05:00
.editorconfig
.eslintrc.cjs
.gitignore
README.md [U] Migrate to svelte 5, switch to bun 2024-12-23 18:32:02 -05:00
bun.lockb [M] Migrate to svelte 5 routing 2024-12-23 19:51:34 -05:00
index.html [F] oops 2024-12-27 01:13:55 -05:00
nginx.conf.example
package.json [M] Migrate to svelte 5 routing 2024-12-23 19:51:34 -05:00
pnpm-lock.yaml [+] Import from a userMusicDetailList Json 2024-10-03 15:51:18 +08:00
svelte.config.js
tsconfig.json
tsconfig.node.json
uno.config.ts [+] Telegram and QQ join link 2024-09-22 19:41:47 +08:00
vite.config.ts [+] Telegram and QQ join link 2024-09-22 19:41:47 +08:00

README.md

AquaNet

This is the codebase for the new frontend of AquaDX. 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 VSCode.

Running locally

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:

bun install
bun run dev