Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

Commit

Permalink
Update Readme with more installation details now required because of …
Browse files Browse the repository at this point in the history
…my latest updates of removing frontend build folder and static folder
  • Loading branch information
kkamara committed Aug 10, 2024
1 parent 8467e45 commit 29369f2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ virtualenv env
source env/bin/activate

python3 manage.py migrate

cd frontend
npm i
npm run build
cd ..
python3 manage.py collectstatic
```

##### Add testing seed data
Expand Down

0 comments on commit 29369f2

Please sign in to comment.