Simple website providing a curated and summarized set of research helpful to bike advocates.
Live site: betterby.bike
Runs on git pages using jekyll for styling. Keeping things as lightweight as possible.
docker compose up
and go to localhost:4000. Changes to the content will live reload.
Note: changes to the _config.yml
, e.g. theme, or the Gemfile
will require restarting the container.
The linting steps that run in CI are available as pre-commit checks as well. To set them up run
pre-commit install