Skip to content

Commit

Permalink
Quick note on how to get a local preview
Browse files Browse the repository at this point in the history
  • Loading branch information
klieret committed Sep 13, 2022
1 parent 70b9d8d commit e0b91c1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ We'd like to ask you to familiarize yourself with our [Contribution Guide](CONTR
the [more detailed guidelines][lesson-example] on proper formatting, ways to render the lesson locally, and even
how to write new episodes.

Quick summary of how to get a local preview: Install [jekyll](https://jekyllrb.com/) and then run

```
make serve
# or after the first time
bundle exec jekyll serve
```

Please see the current list of [issues](https://github.com/hsf-training/hsf-training-matplotlib/issues) for ideas for contributing to this
repository. For making your contribution, we use the GitHub flow, which is
nicely explained in the chapter [Contributing to a Project](http://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project) in Pro Git
Expand Down

0 comments on commit e0b91c1

Please sign in to comment.