See the relevant docs section.
Clone the repo, submit a pull request!
Hint - to get the site up and running locally:
$ git clone git@github.com:fluuuid/codedoodl.es.git$ cd codedoodl.es$ [sudo] npm i$ npm run start- Open http://127.0.0.1:3000
All assets are currently bundled in repo, so you don't need to compile anything, but if you do want to build + watch then:
$ gulp
Check files in /gulp for breakdown of gulp tasks.