This repository contains the website for the OpenEP project.
Install a full Ruby development environment
Install Jekyll and Bundler:
gem install jekyll bundlerInstall dependencies from Gemfile:
bundle installBuild the site and start the Jekyll local development server
bundle exec jekyll serve --livereloadOpen http://localhost:4000 in the browser
🎉
To start editing your site, you can edit the included Markdown files.
