- Create the virtual environment
python3 -m venv .venv
- Activate the virtual environment
. .venv/bin/activate
- Install dependencies
pip install -r requirements.txt
- Start the development server
python3 manage.py runserver
- Start the Tailwind CSS watcher (for development)
python3 manage.py tailwind start