#Getting started Install Dependencies pnpm i python -m venv venv pip install -r requirements.txt Activate Isolated Shell source ./venv/bin/activate Run react and django apps in separate terminals python manage.py runserver (django) pnpm dirt-dev (react) Head on to http://127.0.0.1:8000