forked from hippoz/brainlet
fix: update install steps for frontend
This commit is contained in:
parent
78d86f8612
commit
a3e8e3ad9b
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue