Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 530 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (19 loc) · 530 Bytes

Contributing

Development environment set up

Install bundler:

$ gem install bundler

Install proejct dependencies using bundler:

$ bundle install --path vendor/bundle 

Start development server

$ bundle exec jekyll serve

Open up http://localhost:4000/

(replace website with whatever baseurl is set to in _config.yml)

References