Official documentation website for devo.ps.
npm install
bower install
gulp development --port 4000
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.