fix: update install steps for frontend

This commit is contained in:
hippoz 2021-10-22 19:08:50 +03:00
parent 78d86f8612
commit a3e8e3ad9b
Signed by: hippoz
GPG key ID: 7C52899193467641

View file

@ -13,7 +13,7 @@
<h3>Setting up the React frontend:</h3>
<ol>
<li>Clone the repository</li>
<li>Enter the frontend folder</li>
<li>Edit the config.js file inside the src folder and change the parameters to match where your server is hosted</li>
<li>Install the dependencies using `npm i`</li>
<li>Build the static files with `npm run build`</li>
<li>Copy the static files from the build folder into the app folder on the server (replacing these files)</li>