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