An application to store foosball match results, and view a graph and leaderboard based on the results.
- Clone the repo onto your local machine.
- Run
npm install
andbower install
- Start up a local instance of mongodb with
mongod
- Run
grunt serve
to build and serve the files - Finally, open up http://localhost:3000 in your browser and start creating players and matches!