Skip to content

carlmw/gitlactica

Repository files navigation

gitlactica

Build Status Code Climate

Installation

npm install grunt-cli -g
npm install
grunt
export GITHUB_CLIENT_ID=<YOUR GITHUB APPLICATION CLIENT ID>
export GITHUB_CLIENT_SECRET=<YOUR GITHUB APPLICATION CLIENT SECRET>

Run the app

node web.js

or use foreman

foreman start

Development

grunt watch

Run the tests

grunt simplemocha
grunt integration

NOTE: The integration tests depend on http://slimerjs.org/ which can be installed via homebrew.

brew install slimerjs

Creating a Heroku app

heroku create <APP NAME> --buildpack https://github.com/mbuchetics/heroku-buildpack-nodejs-grunt.git
heroku labs:enable user-env-compile -a <APP NAME>
heroku config:set NODE_ENV=production
heroku config:set GITHUB_CLIENT_ID=<YOUR GITHUB APPLICATION CLIENT ID>
heroku config:set GITHUB_CLIENT_SECRET=<YOUR GITHUB APPLICATION CLIENT SECRET>

Deploying to Heroku

git push heroku master

About

A WebGL visualisation of github activity IN SPACE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published