Skip to content

kleinsch/github-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-dashboard

A one glance view of your activity on GitHub. Demonstrates using Ember.js, Bootstrap, and Grunt together.

Uses the GitHub API for data, so you can't use a file:// URL (because of the same-origin policy). Grunt script includes a web server to use for development, which works because GitHub's API supports CORS.

Setup

  1. Install Node.js

  2. Install Grunt

     npm install -g grunt-cli
    
  3. Install Node modules

     npm install
    
  4. Build - This compiles everything, starts a webserver on port 9001, and watches all files for changes.

     grunt
    
  5. Open http://localhost:9001 in a web browser.

About

A one glance view of your activity on GitHub

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published