createdb digitalbuyingguide
npm install
pip install -r requirements.txt
./manage.py migrate
./manage.py createsuperuser
./manage.py runserver
In another shell session:
npx gulp serve
env NODE_ENV=production npx gulp build
./manage.py collectstatic
Build static files, then:
./manage.py test
manage.py makemessages