EngHack's website.
Ensure you have npm and bower installed, and that you've cloned this repo.
If you don't have npm, download Node.js and npm.
Then, open your terminal and cd
into this repo's directory:
$ npm install bower -g
$ npm install grunt-sass
$ npm install
$ bower install
That will install bower, a package manager for the front-end, and then installs our front-end dependencies as well as the grunt task runner to compile SASS and minify CSS.
To run the server:
$ grunt
If you get "grunt command not found..." error, try npm install grunt-cli -g
.
Then navigate to localhost:8000
in your browser.