Make sure you have pipenv installed in your system
- Install dependencies with
make prepare-dev - Run migrations with
make migrate - Run the server with
make local. This runs all processes required for local development (Django, tailwind-watch, etc)
- Whitenoise to serve static files in production
- Tailwind CSS + flowbite
- Django Debug Toolbar, Gunicorn