mysql -u root -e "create database digitalbuying"
pnpm install
pip install -r requirements.txt
./manage.py migrate
./manage.py createsuperuser./manage.py runserverIn another shell session, rebuild the JavaScript and CSS on change:
node build.js --watchenv NODE_ENV=production node build.js
./manage.py collectstaticBuild static files, then:
./manage.py test