Files
AquaDX/AquaNet
Raymond df395a613f fix: use rating numbers from dds, swap userplate font again
changed font to Gothic A1, added new DDS to userbox (all users wishing to benefit MUST update aquabox), added rating numbers
2025-02-28 23:51:00 -05:00
..
2024-12-20 04:37:51 -05:00
2024-02-16 01:43:32 -05:00
2025-01-04 22:04:09 -05:00
2024-12-23 19:51:34 -05:00
2024-12-27 01:13:55 -05:00
2025-01-18 21:53:28 -05:00
2024-02-08 02:51:31 -05:00
2024-02-08 02:51:31 -05:00
2024-02-08 02:51:31 -05:00
2024-09-22 19:41:47 +08:00
2024-09-22 19:41:47 +08:00

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