Skip to content

NREL/EULP.github.io

Repository files navigation

Documentation for EULP

This repo contains documentation for installing and using the 5 EULP packages.

Local Development

To serve the documentation pages locally:

  1. Run the following commands:
bundle install
bundle exec jekyll serve
  1. Navigate to http://localhost:4000/ to view the documentation pages. Refresh browser to see your local changes.