git clone [email protected]:serverwentdown/buildingblocs.github.io.git
Install project dependencies:
yarn install
Only required if you are modifying stylesheets. Start grunt
(tool to build .scss
to .css
) and make it watch for file changes:
yarn build watch
If you want to just build and exit, do:
yarn build
jekyll serve
open http://localhost:4000
Visit the Jekyll docs for more information on the directory sturcture.