/githubble

Jedis of git

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

GitHubble

Deploy to Heroku

Status: test repo

Note: don't create PRs or issues right now. We are working on it locally, at present.

website: http://githubble.xyz

Running Locally

Make sure you have Node.js and the Heroku Toolbelt installed (for heroku deployment).

$ git clone git@github.com:forksociety/githubble.git # or clone your own fork
$ cd githubble
$ npm install
$ npm start

Your app should now be running on localhost:5000.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open