Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 297 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 297 Bytes

openpmix.github.io

OpenPMIx Website

To Run a Copy Locally

Install the dependencies with bundle:

bundle config set --local path vendor/bundle
bundle

Build and serve the site locally:

bundle exec jekyll serve

Visit http://localhost:4000 in your browser.