This is Domino, the DoSomething.org's frontend leaderboard application.
Clone this repository.
# Install dependencies:
$ npm install
# Build assets & watch for changes:
$ npm start
Once you have followed the steps above, you should be able to develop locally using the NPM serve package.
In order to contribue changes:
- Create a new branch off of
master
- Submit PR
- Merge the branch into
master
this will trigger wercker build - Your changes will be viewable at
https://dosomething.github.io/domino/
NOTE: You might not see your changes immediately due to caching. View new changes in an incognito window.