- Ruby (tested with 3.1.2)
- Gems: Bundler, Jekyll, Webrick
While you can satisfy the above in many ways, assuming you have Homebrew installed, here is one way:
$ brew install asdf
$ asdf plugin add ruby https://github.com/asdf-vm/asdf-ruby.git
$ asdf install ruby latest
$ gem install bundler jekyll
$ git clone git@github.com:jpease/timogin.git
$ cd timogin
$ bundle add webrick
$ bundle exec jekyll serve
- Local preview at: http://127.0.0.1:4000/