AquaDX/AquaNet
2026-03-04 16:41:36 -05:00
..
.yarn/releases [U] Upgrade yarn 1 -> 4, update dependencies 2024-04-21 22:40:36 -04:00
psd 将config.ts中的部分配置移动到.env中,方便私有部署。 2025-03-17 01:28:02 -04:00
public feat: add github support, remove easter egg and declutter 2026-02-16 20:10:19 -05:00
src feat: Infinite scrolling on rankings page (#209) 2026-03-04 16:41:36 -05:00
tools [O] Migrate sass import 2024-12-20 04:37:51 -05:00
.editorconfig add .editorconfig to improve multiple developers working 2024-03-04 23:30:47 +08:00
.env feat: add github support, remove easter egg and declutter 2026-02-16 20:10:19 -05:00
.eslintrc.cjs [+] Add eslint 2024-02-16 01:43:32 -05:00
.gitignore 将config.ts中的部分配置移动到.env中,方便私有部署。 2025-03-17 01:28:02 -04:00
bun.lockb feat: Infinite scrolling on rankings page (#209) 2026-03-04 16:41:36 -05:00
index.html fix: improve titlebar consistency 2026-02-15 12:27:54 -05:00
nginx.conf.example [+] Add nginx configuration template 2024-05-01 01:26:08 +08:00
package.json feat: pfp cropper + enhancements 2025-01-18 21:53:28 -05:00
pnpm-lock.yaml [O] LinkCard UX improvements and i18n fixes 2025-01-28 04:57:58 +08:00
README.md [U] Migrate to svelte 5, switch to bun 2024-12-23 18:32:02 -05:00
svelte.config.js [M] Rename 2024-02-08 02:51:31 -05:00
tsconfig.json [M] Rename 2024-02-08 02:51:31 -05:00
tsconfig.node.json [M] Rename 2024-02-08 02:51:31 -05:00
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

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