Hello! This is the site of Web Dev Summit conference. You can see the online version clicking here or by link at repo's description.
##Usage
First of all, you need to clone it ;)
git clone [email protected]:afonsof/web-dev-summit-2015.git
after that, just run:
npm install
and...
bower install
To run a local server, just run
grunt serve
if you want build it, just run
grunt build