Please read through our Contributing Guidelines.
- Install Docker
- Run
docker-compose up -d
The website can be accessed at http://localhost:4000.
Before you start, install dependencies:
bundle install
Start development server:
bundle exec jekyll serve
The website can be accessed at http://localhost:4000.
In case you need to rebuild the website:
bundle exec jekyll build
In case you need to update dependencies:
bundle update listen