Skip to content
This repository has been archived by the owner on Feb 19, 2019. It is now read-only.

isisbusapps/GitbanBoard

Repository files navigation

Gitban Board Dependency Status

About

GitHub-centric Kanban board

Installation

Local

  1. git clone [email protected]:isisbusapps/GitbanBoard.git
  2. Copy .env.example to .env and fill in the variables
  3. npm install
  4. node app.js

Heroku

Simply click: Deploy or follow these manual steps:

  1. Install the Heroku Toolbelt
  2. git clone [email protected]:isisbusapps/GitbanBoard.git
  3. cd GitbanBoard
  4. heroku create
  5. heroku config:set KEY=VALUE for each of the variables in .env.example
  6. heroku ps:scale web=1
  7. git push heroku master

About

GitHub-centric Kanban board

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published