Skip to content
Snippets Groups Projects
Paul Millar's avatar
Paul Millar authored
Commit fe68e8d5 fixed the script for checking whether the PaN search
API is working.  Unfortunately it failed to fix the broken links on the
webpage.

This patch fixes those links on the webpage
46483c99
History

Working version of LEAPS WG3 landing page.

Local builds

For local builds, you will need to install Jekyll.

~ $ gem install bundler jekyll
~ $ git clone <this repo>
~ $ cd leaps-wg3-webpage
~/leaps-wg3-webpage $ bundle install
~/leaps-wg3-webpage $ bundle exec jekyll serve

Now browse to http://localhost:4000 and voilà.