[U] Update readme

This commit is contained in:
Azalea
2024-02-12 11:26:37 -05:00
parent e3f931d4f5
commit b925c2ef20

View File

@@ -12,11 +12,11 @@ Please check out [SVELTE.md](SVELTE.md) for more details on the technical aspect
### Running locally ### Running locally
First, you would need to install Node.js and yarn. 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. 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: Finally, run:
```shell ```shell
yarn install yarn install
yarn dev yarn dev
``` ```