Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 761 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 761 Bytes

Life is better by bike

Simple website providing a curated and summarized set of research helpful to bike advocates.

Live site: betterby.bike

Stack

Runs on git pages using jekyll for styling. Keeping things as lightweight as possible.

Local dev

Running site locally

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.

pre-commit

The linting steps that run in CI are available as pre-commit checks as well. To set them up run

pre-commit install