From b925c2ef20385e568fc39ce9241cbb10fc03f465 Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Mon, 12 Feb 2024 11:26:37 -0500 Subject: [PATCH] [U] Update readme --- AquaNet/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AquaNet/README.md b/AquaNet/README.md index d079bd1e..9da5b4da 100644 --- a/AquaNet/README.md +++ b/AquaNet/README.md @@ -12,11 +12,11 @@ Please check out [SVELTE.md](SVELTE.md) for more details on the technical aspect ### 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. +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: ```shell yarn install yarn dev ``` -