- Open a command line window and go to the project's directory.
pipenv install --dev
npm install
npm run start
- Open another command line window and go to the project's directory.
pipenv shell
python manage.py runserver
- Open a command line window and go to the project's directory
pipenv shell
python manage.py celery
make test