Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 376 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 376 Bytes

NeuCLIR Website

Source code for the NeuCLIR website; visit it at neuclir.github.io.

Development

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