Revert "Updated the readme a little bit"
This reverts commit 083144941afdcfee27f1a778d0c20437cb42837a.
This commit is contained in:
parent
4cbed778f7
commit
3adab87397
18
Readme.md
18
Readme.md
@ -29,22 +29,8 @@ To run the backend server navigate to ``herreweb_backend/`` and run:
|
|||||||
|
|
||||||
> python3 manage.py runserver
|
> python3 manage.py runserver
|
||||||
|
|
||||||
And for the frontend, navigate to ``herreweb_frontend``. Make sure you have npm and react-scripts installed, by running:
|
And for the frontend, navigate to ``herreweb_frontend`` and run:
|
||||||
|
|
||||||
> sudo apt-get install npm
|
|
||||||
> npm i react-scripts
|
|
||||||
|
|
||||||
Then run:
|
|
||||||
|
|
||||||
> npm start
|
> npm start
|
||||||
|
|
||||||
The file servers are accessible on ports 8000 and 3000 (localhost).
|
The file servers are accessible on ports 8000 and 3000.
|
||||||
|
|
||||||
Create a superuser for you account using:
|
|
||||||
|
|
||||||
> python3 manage.py createsuperuser
|
|
||||||
|
|
||||||
Note: if running into an error regarding auth_user, be sure to migrate your database using one of the two following commands:
|
|
||||||
|
|
||||||
> python3 manage.py migrate
|
|
||||||
> python3 manage.py syncdbNo
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user