Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 569 Bytes

README.org

File metadata and controls

17 lines (15 loc) · 569 Bytes

README

Setup development environment

Install Ruby and Jekyll

See jekyll installation documentation. Please don’t forget to add Ruby, bundle, and jekyll in your PATH.

Install gems

bundle install

Local server

You can serve the website locally by using

jekyll serve

This is very useful for development because the local server will monitor the modification of source code and it will regenerate the site on-the-fly if any modification is made.