We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0ccbf7 commit b0b63bcCopy full SHA for b0b63bc
3 files changed
Gemfile
@@ -27,3 +27,7 @@ group :jekyll_plugins do
27
end
28
29
gem "webrick", "~> 1.7"
30
+
31
+gem "csv", "~> 3.3"
32
33
+gem "faraday-retry", "~> 2.3"
Makefile
@@ -1,2 +1,5 @@
1
serve:
2
bundle exec jekyll serve
3
4
+build:
5
+ bundle exec jekyll build
README.md
@@ -1,7 +1,10 @@
-## Navigating the repo
+## Getting started
-- Use `make lserve` to serve locally using the "local" config file
-- Use `make serve` to use the real config file
+- Install ruby, e.g., with mise
+- `gem install bundler`
+- `bundler install` - use the `Gemfile` to install dependencies
6
+- `make serve` to serve locally
7
+- `make build` to build locally
8
9
## Notes
10
0 commit comments