pip install -r requirements.txtnpm installin app/frontend- Setup a local postgresql database
- Make a copy of template.env as .env and fill it in
py manage.py migrateorpython3 manage.py migrate- run the
create_achievements.pyfile if u want some test achievements
py manage.py runserverorpython3 manage.py runserveror whatever your python cmd isnpm run watchornpm run build-debugin app/frontend