Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 535 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 535 Bytes

Official documentation website for devo.ps.

Install

npm install
bower install

Run

gulp development --port 4000

Build

This will build the static version of the site in _site/:

make build

Note: the make build command runs gulp prepare and gulp metalsmith to solve some weird race condition that couldn't be solved in gulp (metalsmith would build before public/assets were ready it seems).

The build and push to the gh-pages branch is automated w/ devo.ps.