Skip to content

Latest commit

 

History

History
executable file
·
34 lines (23 loc) · 1.08 KB

README.md

File metadata and controls

executable file
·
34 lines (23 loc) · 1.08 KB

Department of Energy (DOE) Office of Electricity (OE) Microgrid Research and Development Program Software Database

The MG-RAVENS project that will support the development the software database to be contained in this repository has not yet officially started. Interested parties should contact Russell Bent or David Fobes at Los Alamos National Laboratory for more information.

Running the website locally

You must have ruby / gem installed on your machine, for example using homebrew (on a M1 Mac):

brew install chruby ruby-install
ruby-install 3.3.5
echo "source $(brew --prefix)/opt/chruby/share/chruby/chruby.sh" >> ~/.zshrc
echo "source $(brew --prefix)/opt/chruby/share/chruby/auto.sh" >> ~/.zshrc
echo "chruby ruby-3.3.5" >> ~/.zshrc # run 'chruby' to see actual version
source ~/.zshrc

Then you need to install jekyll:

gem install jekyll bundler

Then you can run the website:

jekyll serve --livereload

License and Copyright

The contents of the deployed website are approved by Unlimited Release by Los Alamos National Laboratory

LA-UR-24-31286