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