Install the requirements:
pip install -r requirements.txt
Create the database:
python manage.py migrate
Finally, run the development server:
python manage.py runserver
Install node packages:
cd work/static/
npm install
Update static file changes such as scss, javascript, svg and images:
gulp watch
The source code is released under the MIT License.