createdb digitalbuyingguide
npm install
pip install -r requirements.txt
./manage.py migrate
./manage.py createsuperuser./manage.py runserverIn another shell session:
npx gulp serveenv NODE_ENV=production npx gulp build
./manage.py collectstaticBuild static files, then:
./manage.py test