AquaDX/AquaNet
Galexion c4309aa14c AquaNet: Added an Error Message trigger to pages that didn't telegraph to the user that there was an error before. 2024-02-29 22:48:41 -05:00
..
docs [+] Add nginx configuration 2024-02-08 02:52:47 -05:00
public [+] No profile profile image 2024-02-26 20:16:17 -05:00
src AquaNet: Added an Error Message trigger to pages that didn't telegraph to the user that there was an error before. 2024-02-29 22:48:41 -05:00
.eslintrc.cjs [+] Add eslint 2024-02-16 01:43:32 -05:00
.gitignore [M] Rename 2024-02-08 02:51:31 -05:00
README.md [U] Update readme 2024-02-12 11:26:37 -05:00
SVELTE.md [O] Write readme 2024-02-10 06:43:01 -05:00
index.html [+] Favicon 2024-02-10 03:52:27 -05:00
package.json [+] Install shiki dependnecy 2024-02-29 00:49:53 -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
vite.config.ts [M] Rename 2024-02-08 02:51:31 -05:00
yarn.lock [+] Install shiki dependnecy 2024-02-29 00:49:53 -05: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