Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 331 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 331 Bytes

Code in the Dark Vale do Paraíba 2017

Setup & install dependencies

$ git clone git@github.com:frontinvale/codeinthedark.git
$ cd codeinthedark
$ git checkout dev
$ npm install && bower install

Server

$ gulp serve

Access:

http://localhost:9000

Automatic deploy

$ gulp deploy