These tools need to be installed on your machine, hopefully they're already there. We also expect you to have a Github account, and have used CLI tools a bit.
- ImageMagick
- Node/NPM
- Roots
npm i roots -g
- Bower
npm i bower -g
- Git
- run
npm i && bower i
to kick off installation of project and front end deps - run
roots watch
to begin dev development with live reload
data/
Each .yaml files found in this folder is turned into a json object and passed to jade templates.posts/
Holds authors posts/articles. Each author has their own folder which holds their images and articles.
Whether you want to write articles or help fix bugs, it's as easy as fork and pull request. For more information, see the author readme.
npm test