Geo How it works Backend Install dependencies pip install -r requirements.txt Run tests python manage.py test Run server python manage.py runserver 0.0.0.0:8000 Collect static and run server python manage.py run Frontend Project setup npm install Compiles and hot-reloads for development npm run serve Compiles and minifies for production npm run build Lints and fixes files npm run lint