Skip to content

Commit

Permalink
Update readme with a bit more info on local development
Browse files Browse the repository at this point in the history
  • Loading branch information
Lea Rezic committed Nov 25, 2020
1 parent ce3c9e6 commit 5d959fa
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,24 @@ Kamon.io
========
Sources for the Kamon website.

Run local server

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:

```
$ jekyll serve --livereload
$ bundle update
```

0 comments on commit 5d959fa

Please sign in to comment.