Install dependencies:
bundle install
Compass one time build or watch mode:
bundle exec compass compile
bundle exec compass w
Jekyll one time build or watch mode with local server:
bundle exec jekyll b
bundle exec jekyll s
- Fork the repo.
- Make changes.
- Create pull request & wait for merge.