Studio Zero v2 is built with Hugo.
For details on installing Hugo - go here http://gohugo.io/tutorials/installing-on-mac/
##Development
npm install
- installs node-sass and some utils for watching file changes.
cd into directory and run hugo server
.
If you are doing CSS work, you'll also want to run sass. For this, have another terminal in the root directory and run npm run dev
.