Marketing site for HospitalRun. Powered by GitHub Pages and Jekyll.
- Clone repo:
git clone https://github.com/HospitalRun/hospitalrun.github.io.git
- Run Bundler:
bundle install
- Fire up the server:
bundle exec jekyll serve
- View the site at
localhost:4000