This repo uses a src & build structure- all development happens in the src folder, and is then built via grunt into the build folder. (This is intentionally similar to WordPress core)
To run this theme from github (as opposed to me giving you a zip):
- Clone this repo into your themes folder
- Run
npm installto install all dependencies - Run
grunt buildto create the build folder. - Activate the theme in the WP admin.