dopeboy / underline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 64.1%Language:Python 30.3%Language:Shell 2.1%Language:HTML 1.9%Language:SCSS 1.1%Language:Dockerfile 0.5%Language:CSS 0.1%