Sources for the Kamon website.
For installing requirements, read the Jekyll Docs.
To start the local server, run:
$ bundle install
$ bundle exec jekyll serve --livereload
- by default, local server will be listening on port
4000
. bundle exec
restricts the Ruby environment to only use gems set in the project'sGemfile
.
For updating gem versions, run:
$ bundle update