Skip to content

pmix/pmix.github.io

Repository files navigation

pmix.github.io

PMIx Forum web site

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.