Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/NeuCLIR/neuclir.github.io

Website for the NeuCLIR track at NIST TREC.
https://github.com/NeuCLIR/neuclir.github.io

Last synced: about 2 months ago
JSON representation

Website for the NeuCLIR track at NIST TREC.

Awesome Lists containing this project

README

        

# NeuCLIR Website

Source code for the NeuCLIR website; visit it at [neuclir.github.io](https://neuclir.github.io/).

## Development

On Mac, install [Homebrew](https://brew.sh/) and then run:

```shell
brew install [email protected]

export PATH="/opt/homebrew/opt/[email protected]/bin:$PATH"

bundle install
```

Then, to run the website locally, run:

```shell
bundle exec jekyll serve
```