Skip to content

Commit

Permalink
Merge pull request #2 from robhowley/robhowley-patch-1
Browse files Browse the repository at this point in the history
Create README.md
  • Loading branch information
robhowley authored Jul 26, 2024
2 parents bfd6600 + 339df67 commit e0f27c1
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Life is better by bike

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

Live site: [betterby.bike](https://betterby.bike)

## Stack

Runs on [git pages](https://pages.github.com/) using [jekyll](https://jekyllrb.com/docs/github-pages/) for styling. Keeping things as lightweight as possible.

## Local dev

Can run locally using docker compose. Run

```
docker compose up
```

and go to [localhost:4000](http://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.

0 comments on commit e0f27c1

Please sign in to comment.