Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 337 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 337 Bytes

hospitalrun.github.io

Marketing site for HospitalRun. Powered by GitHub Pages and Jekyll.

To run locally

  1. Clone repo: git clone https://github.com/HospitalRun/hospitalrun.github.io.git
  2. Run Bundler: bundle install
  3. Fire up the server: bundle exec jekyll serve
  4. View the site at localhost:4000