AquaDX/AquaNet
Clansty 3a97f7645e
[O] Check object with maybeUserMusicList
2024-10-03 16:06:32 +08:00
..
.yarn/releases
public [+] Add cat 🐱 2024-09-23 15:57:55 -04:00
src [O] Check object with maybeUserMusicList 2024-10-03 16:06:32 +08:00
.editorconfig
.eslintrc.cjs
.gitignore
.yarnrc.yml
README.md
SVELTE.md
index.html [O] Optimize fonts 2024-03-14 22:55:11 -04:00
nginx.conf.example [+] Add nginx configuration template 2024-05-01 01:26:08 +08:00
package.json [+] Import from a userMusicDetailList Json 2024-10-03 15:51:18 +08: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
vite.config.ts
yarn.lock

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 IntelliJ IDEA, but VSCode can pass as well. Please check out SVELTE.md for more details on the technical aspects of the project.

Running locally

First, you would need to install Node.js and yarn. 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:

yarn install
yarn dev