Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 429 Bytes

File metadata and controls

27 lines (20 loc) · 429 Bytes

Installation

gems and packages (gems require ruby 2.1.2)

$ bundle install && bower install && npm install

this is seen at https://do-io.github.io/webdesignerschecklist/

Development

working files are within the app dir

local server task

$ grunt serve

build task

$ grunt build

deployment task

$ grunt deploy