From 0041a604c24aa100bfdfa0f18297304a5a094f65 Mon Sep 17 00:00:00 2001 From: Diogo Ribeiro Date: Fri, 6 Jun 2025 15:15:06 +0100 Subject: [PATCH] docs: describe local development with bundler --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 0e16211..ed8433e 100644 --- a/README.md +++ b/README.md @@ -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).