-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from robhowley/robhowley-patch-1
Create README.md
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |