Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 1.34 KB

README.md

File metadata and controls

28 lines (25 loc) · 1.34 KB

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