This the docpad site of lesdoigtsdehors.org.
yarn install
yarn start
And then point your browser to http://localhost:9778/.
Deploying means generating the static site and publishing it on github page.
Deployement is done automaticaly after each commit by travis.
However if you whant to do it by hand you can fireup this script:
./script/deploy
See the LICENSE file.