Skip to content

kamon-io/kamon.io

Folders and files

NameName
Last commit message
Last commit date
Mar 18, 2021
Apr 6, 2022
Oct 19, 2022
Oct 19, 2022
Oct 14, 2022
Mar 16, 2022
Aug 29, 2022
Oct 19, 2022
Oct 19, 2022
Oct 19, 2022
May 17, 2022
Apr 27, 2021
Oct 14, 2022
Sep 16, 2022
Apr 21, 2021
Feb 3, 2021
Sep 9, 2022
Sep 9, 2022
Nov 25, 2020
Sep 30, 2021
Feb 10, 2021
Oct 14, 2022
Nov 7, 2021
Jan 4, 2021
Oct 14, 2022
Oct 14, 2022
Oct 14, 2022
Mar 9, 2020

Repository files navigation

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