Website The official website for Botomir. How to run Run server: python manage.py runserver Run frontend: cd frontend npm ci npm start How to assemble a build Build frontend cd frontend npm run build Run full stack app python manage.py runserver