A collection of snippets, tips and reflections on what worked and more importantly, what didn't.
Proudly powered by Jekyll.
Unless you're a big fan of raw Markdown, you can view the blog at https://jsherz.com.
Install rbenv and then Ruby version 3.3.6
rbenv install 3.3.6
To run a development server on port 4000, use:
bundle install
bundle exec jekyll serve
To build the assets ready to upload to your favourite CDN:
bundle exec jekyll build