You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,22 @@ npm run build:js # minify and add banner
36
36
npm run watch:js # optional: automatically rebuild on changes
37
37
```
38
38
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
+
39
55
# ToDo
40
56
41
57
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