- Install Ruby
- Run
gem install jekyll
cd
into this project directory and runjekyll serve
- Local server is now running at localhost:4000
To use dev tools in assets:
- Install Node.js
- Run
npm install -g gulp
- Run
npm install
- Run
gulp
to watch for file changes in the scss folder