From a3e8e3ad9bb3d49a816de5b5fe1ef03220b56b86 Mon Sep 17 00:00:00 2001 From: hippoz Date: Fri, 22 Oct 2021 19:08:50 +0300 Subject: [PATCH] fix: update install steps for frontend --- app/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/index.html b/app/index.html index dccdec9..63f5b3e 100644 --- a/app/index.html +++ b/app/index.html @@ -13,7 +13,7 @@

Setting up the React frontend:

  1. Clone the repository
  2. -
  3. Enter the frontend folder
  4. +
  5. Edit the config.js file inside the src folder and change the parameters to match where your server is hosted
  6. Install the dependencies using `npm i`
  7. Build the static files with `npm run build`
  8. Copy the static files from the build folder into the app folder on the server (replacing these files)