AquaDX/AquaNet
Azalea 1181707b43
Some checks failed
Build and Publish Docker Image / build-and-push (push) Has been cancelled
[WTF] Fix firefox favicon wtf
2026-04-24 12:36:44 +08:00
..
.yarn/releases
psd
public feat: add github support, remove easter egg and declutter 2026-02-16 20:10:19 -05:00
src [F] Fix svelte warnings & errors (#218) 2026-04-24 12:27:23 +08:00
tools
.editorconfig
.env feat: add github support, remove easter egg and declutter 2026-02-16 20:10:19 -05:00
.eslintrc.cjs
.gitignore
bun.lockb feat: Infinite scrolling on rankings page (#209) 2026-03-04 16:41:36 -05:00
index.html [WTF] Fix firefox favicon wtf 2026-04-24 12:36:44 +08:00
nginx.conf.example
package.json
pnpm-lock.yaml
README.md
svelte.config.js
tsconfig.json
tsconfig.node.json
uno.config.ts
vite.config.ts

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