Licence : CC-By-SA 4.0
npm install
npm run watch
pipenv install
pipenv run manage.py collectstatic
pipenv run manage.py runserver
heroku login
heroku create
heroku buildpacks:add --index 1 heroku/nodejs
heroku buildpacks:add --index 2 heroku/python
git push heroku main
More info just here