Website to track the ENLympics standings 2014
To setup locally, you will need the following installed globally:
- Node (& npm, installed with Node)
- Ruby (for Sass)
- Compass Ruby Gem
- Grunt CLI
- Bower
- (optional) Yeoman
Then follow these steps:
- Clone the repo to a local directory
- Type
npm install
[enter] - Type
bower install
[enter] - Type
grunt server
[enter] // to kick off the local server
To build for distribution:
- Type grunt build
- Copy /dist folder to server