pip install -Ur requirements.txt
npm install --production # drop --production if you are not deploying
See docs/production for details on how to run it in production. Also see docs/configuration on how to configure.
Start backend and frontend with these commands and head to localhost:3000.
python manage.py runserver
npm start
If you want to to test queues you need to start celery. However, be aware that tasks are run synchronously in development unless configured otherwise.