pip install -r requirements.txt
npm install
in app/frontend- Setup a local postgresql database
- Make a copy of template.env as .env and fill it in
py manage.py migrate
orpython3 manage.py migrate
- run the
create_achievements.py
file if u want some test achievements
py manage.py runserver
orpython3 manage.py runserver
or whatever your python cmd isnpm run watch
ornpm run build-debug
in app/frontend