GitHub-centric Kanban board
git clone [email protected]:isisbusapps/GitbanBoard.git
- Copy
.env.example
to.env
and fill in the variables npm install
node app.js
Simply click: or follow these manual steps:
- Install the Heroku Toolbelt
git clone [email protected]:isisbusapps/GitbanBoard.git
cd GitbanBoard
heroku create
heroku config:set KEY=VALUE
for each of the variables in.env.example
heroku ps:scale web=1
git push heroku master