Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,22 @@ npm run build:js # minify and add banner
npm run watch:js # optional: automatically rebuild on changes
```

## Local development

Install Ruby gems specified in the `Gemfile` with:

```bash
bundle install
```

Serve the site locally with:

```bash
bundle exec jekyll serve
```

GitHub Actions already runs these commands automatically during deployments.

# ToDo

Have a consistency in the font and font sizes (ideally you want to use 2 fonts. One for the header/subtitle and one for the text. You can use this kind of website https://fontjoy.com/ which allow you to pair fonts).
Expand Down