Skip to content

SAFEHR-data/flowehr.io

Repository files navigation

Introduction

flowehr.io is deployed to GitHub Pages and built from the Minimal Mistakes Jekyll theme.

Develop

  1. Setup Ruby in your preferred way
  2. Install bundler with
gem install bundler jekyll
  1. Install dependencies with
bundle install 
  1. Clone this repository and change to the workspace directory
  2. Build & run with
bundle exec jekyll serve --livereload

Configuration

Troubleshooting