Skip to content

Latest commit

 

History

History

simple

Usage

Setup virtualenv (optional)

python -m venv venv
. venv/bin/activate

Install dependencies

pip install -r requirements.txt
npm install

Run migrations

./manage.py migrate

Run django server

./manage.py runserver

Run webpack compiler

npx webpack --mode=development --watch