Skip to content

Commit b0b63bc

Browse files
committed
update getting started
1 parent d0ccbf7 commit b0b63bc

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

Gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,7 @@ group :jekyll_plugins do
2727
end
2828

2929
gem "webrick", "~> 1.7"
30+
31+
gem "csv", "~> 3.3"
32+
33+
gem "faraday-retry", "~> 2.3"

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
serve:
22
bundle exec jekyll serve
3+
4+
build:
5+
bundle exec jekyll build

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
## Navigating the repo
1+
## Getting started
22

3-
- Use `make lserve` to serve locally using the "local" config file
4-
- Use `make serve` to use the real config file
3+
- Install ruby, e.g., with mise
4+
- `gem install bundler`
5+
- `bundler install` - use the `Gemfile` to install dependencies
6+
- `make serve` to serve locally
7+
- `make build` to build locally
58

69
## Notes
710

0 commit comments

Comments
 (0)