Skip to content

Commit

Permalink
add local dev instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Glovier committed Jan 15, 2016
1 parent 77ef8b7 commit c3bddb8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,10 @@ 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`

0 comments on commit c3bddb8

Please sign in to comment.