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

forksociety/githubble

Repository files navigation

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 [email protected]: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