mirror of https://github.com/hykilpikonna/AquaDX
![]() 将public中的psd文件移出,防止被打包到dist。 判断TURNSTILE_SITE_KEY为空时不开启此功能。 |
||
---|---|---|
.. | ||
.yarn/releases | ||
psd | ||
public | ||
src | ||
tools | ||
.editorconfig | ||
.env | ||
.eslintrc.cjs | ||
.gitignore | ||
README.md | ||
bun.lockb | ||
index.html | ||
nginx.conf.example | ||
package.json | ||
pnpm-lock.yaml | ||
svelte.config.js | ||
tsconfig.json | ||
tsconfig.node.json | ||
uno.config.ts | ||
vite.config.ts |
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 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