This repo contains documentation for the gems that make up the URBANopt™ SDK
To serve the documentation pages locally:
- Run the following commands:
bundle install bundle exec jekyll serve
- Navigate to http://localhost:4000/ to view the documentation pages. Refresh browser to see your local changes
The website will automatically deploy when code is pushed to the main branch.