AquaDX/AquaNet
Afonso 38bddf1763 add prettier formatter 2024-02-12 18:04:56 +01:00
..
docs [+] Add nginx configuration 2024-02-08 02:52:47 -05:00
public add prettier formatter 2024-02-12 18:04:56 +01:00
src add prettier formatter 2024-02-12 18:04:56 +01:00
.gitignore [M] Rename 2024-02-08 02:51:31 -05:00
README.md add prettier formatter 2024-02-12 18:04:56 +01:00
SVELTE.md add prettier formatter 2024-02-12 18:04:56 +01:00
index.html add prettier formatter 2024-02-12 18:04:56 +01:00
package.json add prettier formatter 2024-02-12 18:04:56 +01:00
svelte.config.js add prettier formatter 2024-02-12 18:04:56 +01:00
tsconfig.json add prettier formatter 2024-02-12 18:04:56 +01:00
tsconfig.node.json [M] Rename 2024-02-08 02:51:31 -05:00
vite.config.ts add prettier formatter 2024-02-12 18:04:56 +01:00
yarn.lock add prettier formatter 2024-02-12 18:04:56 +01: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 src/libs/config.ts to use your URL. Finally, run:

yarn install
yarn dev