Skip to content

Commit 0041a60

Browse files
committed
docs: describe local development with bundler
1 parent 99fabce commit 0041a60

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,22 @@ npm run build:js # minify and add banner
3636
npm run watch:js # optional: automatically rebuild on changes
3737
```
3838

39+
## Local development
40+
41+
Install Ruby gems specified in the `Gemfile` with:
42+
43+
```bash
44+
bundle install
45+
```
46+
47+
Serve the site locally with:
48+
49+
```bash
50+
bundle exec jekyll serve
51+
```
52+
53+
GitHub Actions already runs these commands automatically during deployments.
54+
3955
# ToDo
4056

4157
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).

0 commit comments

Comments
 (0)