Skip to content

openep/openep.github.io

Repository files navigation

⚡️ openep ⚡️

This repository contains the website for the OpenEP project.

Develop Locally

  1. Install a full Ruby development environment

  2. Install Jekyll and Bundler:

     gem install jekyll bundler
    
  3. Install dependencies from Gemfile:

     bundle install
    
  4. Build the site and start the Jekyll local development server

     bundle exec jekyll serve --livereload
    
  5. Open http://localhost:4000 in the browser

  6. 🎉

Editing Content

To start editing your site, you can edit the included Markdown files.

Releases

No releases published

Packages

No packages published