/github-stats

:star2: GitHub Stats is all about stars, forks, repos, followers and more

Primary LanguagePythonMIT LicenseMIT

GitHub Stats

Slack Status

GitHub Stats is just a fun project based on gae-init

Requirements

Make sure you have all of the above or refer to the docs on how to install the requirements.

Running the Development Environment

$ cd /path/to/github-stats
$ gulp

To test it visit http://localhost:8080/ in your browser.


For a complete list of commands:

$ gulp help

Initializing or Resetting the project

$ cd /path/to/github-stats
$ npm install
$ gulp

If something goes wrong you can always do:

$ gulp reset
$ npm install
$ gulp

To install Gulp as a global package:

$ npm install -g gulp

Deploying on Google App Engine

$ gulp deploy
$ gulp deploy --project=foo
$ gulp deploy --project=foo --version=bar

Tech Stack