An open API service indexing awesome lists of open source software.

https://github.com/kamon-io/kamon.io

Sources for the https://kamon.io/ website.
https://github.com/kamon-io/kamon.io

Last synced: 11 months ago
JSON representation

Sources for the https://kamon.io/ website.

Awesome Lists containing this project

README

          

Kamon.io
========
Sources for the Kamon website.

Development
----------------

For installing requirements, read the [Jekyll Docs](https://jekyllrb.com/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
```