Skip to content
This repository was archived by the owner on Apr 29, 2025. It is now read-only.

Commit 29369f2

Browse files
committed
Update Readme with more installation details now required because of my latest updates of removing frontend build folder and static folder
1 parent 8467e45 commit 29369f2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

readme.md

+6
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ virtualenv env
3636
source env/bin/activate
3737

3838
python3 manage.py migrate
39+
40+
cd frontend
41+
npm i
42+
npm run build
43+
cd ..
44+
python3 manage.py collectstatic
3945
```
4046

4147
##### Add testing seed data

0 commit comments

Comments
 (0)