Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 477 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 477 Bytes

Kamon.io

Sources for the Kamon website.

Development

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's Gemfile.

For updating gem versions, run:

$ bundle update