Skip to content

Commit bc4b626

Browse files
author
Russ Garner
committed
update readme for eject changes
1 parent 542bf71 commit bc4b626

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,15 @@ rename it to config.ini and put in your real values
2828
<br/>
2929
<br/>
3030

31-
## Step 5) put in the correct host at
32-
`frontend/src/components/dashboard.js` line 14. this app does not put in the config.ini values onto the frontend
33-
<br/>
34-
<br/>
35-
36-
## Step 6) install the dependencies
31+
## Step 5) install the dependencies
3732
(highly reccomended to use a virtual environment)
3833
```
3934
pip install -r requirements.txt
40-
cd frontend
41-
npm install
35+
4236
```
4337
<br/>
4438

45-
## Step 7) Run it!
39+
## Step 6) Run it!
4640
It's linked up into a single command, this starts the front and backend servers:
4741
```
4842
python main.py
@@ -53,7 +47,7 @@ with an event that triggered a simple 'Successfully Loaded!' message
5347

5448
<br/>
5549

56-
## Step 8) Vary the user and URL generation methods
50+
## Step 7) Vary the user and URL generation methods
5751
User:
5852
Since in your real application, the URL will need to be sensitive to the logged in user
5953
this demonstrates how the frontend's request will change what the user sees via the userToken

0 commit comments

Comments
 (0)