Skip to content

Commit

Permalink
add local setup instructions to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-ms committed Dec 12, 2023
1 parent ba842c0 commit 383a156
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,22 @@ If you have a question about using Jekyll, start a discussion on the [Jekyll For
- [Ruby 101](https://jekyllrb.com/docs/ruby-101/)
- [Setting up a Jekyll site with GitHub Pages](https://jekyllrb.com/docs/github-pages/)
- [Configuring GitHub Metadata](https://github.com/jekyll/github-metadata/blob/master/docs/configuration.md#configuration) to work properly when developing locally and avoid `No GitHub API authentication could be found. Some fields may be missing or have incorrect data.` warnings.

---

## Local Setup

### Prerequisites
- Ruby
- Jekyll

Follow these [instructions](https://jekyllrb.com/docs/installation/).

### Run
```bash
bundle install
```

```bash
bundle exec jekyll serve
```

0 comments on commit 383a156

Please sign in to comment.