AquaDX/AquaNet
Clansty 5341326811
Build AquaMai / build (SDEZ141) (push) Has been cancelled Details
Build AquaMai / build (SDGA145) (push) Has been cancelled Details
[O] Coming soon! -> Coming soon™
2024-09-11 01:57:17 +08:00
..
.yarn/releases [U] Upgrade yarn 1 -> 4, update dependencies 2024-04-21 22:40:36 -04:00
public
src [O] Coming soon! -> Coming soon™ 2024-09-11 01:57:17 +08:00
.editorconfig
.eslintrc.cjs
.gitignore [U] Upgrade yarn 1 -> 4, update dependencies 2024-04-21 22:40:36 -04:00
.yarnrc.yml [U] Upgrade yarn 1 -> 4, update dependencies 2024-04-21 22:40:36 -04:00
README.md
SVELTE.md
index.html
nginx.conf.example [+] Add nginx configuration template 2024-05-01 01:26:08 +08:00
package.json [U] Upgrade yarn 1 -> 4, update dependencies 2024-04-21 22:40:36 -04:00
svelte.config.js
tsconfig.json
tsconfig.node.json
vite.config.ts
yarn.lock [U] Upgrade yarn 1 -> 4, update dependencies 2024-04-21 22:40:36 -04: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 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