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.
- Host: GitHub
- URL: https://github.com/kamon-io/kamon.io
- Owner: kamon-io
- Created: 2014-06-05T01:41:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:25:15.000Z (about 3 years ago)
- Last Synced: 2025-01-09T08:13:32.036Z (about 1 year ago)
- Language: SCSS
- Homepage:
- Size: 74.2 MB
- Stars: 9
- Watchers: 7
- Forks: 57
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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
```