Source code for the NeuCLIR website; visit it at neuclir.github.io.
On Mac, install Homebrew and then run:
brew install ruby@3.1
export PATH="/opt/homebrew/opt/ruby@3.1/bin:$PATH"
bundle install
Then, to run the website locally, run:
bundle exec jekyll serve