Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 430 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 430 Bytes

underline

Development

Backend

./d build
./d start

Peek inside ./d for more.

Frontend

cd client
yarn
yarn run start

Deployment

Assuming you've created a Heroku app and have your git configuration done.

heroku addons:create heroku-postgresql:hobby-dev
heroku buildpacks:add heroku/nodejs
heroku buildpacks:add heroku/python
heroku config:set SECRET_KEY='123'
git push heroku master