Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 362 Bytes

File metadata and controls

18 lines (13 loc) · 362 Bytes

SciClaimEval

This is the webpage for the SciClaimEval pilot task.

Local deployment

The website is based on Jekyll. To run it locally, you need to install jekyll via:

gem install jekyll bundler

Afterwards, you can run the website locally via:

bundle install
bundle exec jekyll serve

This should start the service on 127.0.0.1:4000.