gem install bundler
You'll need to be using Node v4+.
npm install
To start the project run npm run dev
dev
npm run dev
clean
npm run clean # cleans the `./_site` and `./dist` directories
lint
npm lint
will also spawn this command.
npm run lint # runs eslint and eventually lint the css as well