Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 506 Bytes

File metadata and controls

40 lines (24 loc) · 506 Bytes

Web Dev Summit 2015

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 git@github.com: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