Please read through our Contributing Guidelines.
Before you start, install dependencies:
bundle install
Start development server:
bundle exec jekyll serve
Open your browser:
- http://localhost:4000 - website content.
- http://localhost:4000/admin - admin interface.
In case you need to rebuild the website:
bundle exec jekyll build
In case you need to update dependencies:
bundle update listen