Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 333 Bytes

File metadata and controls

18 lines (11 loc) · 333 Bytes

#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)