This project contains the current HospitalRun website. Powered by GitHub Pages and Jekyll.
If you want to manage HospitalRun website in a local web development environment, you'll be using Ruby.
gem install jekyll bundler
- Clone the repository
git clone [email protected]:HospitalRun/hospitalrun.github.io.git
- Change into your new directory
cd hospitalrun.github.io
- Install missing gems
bundle install
- Build the site and make it available on a local server
bundle exec jekyll serve
You should see something like:
Configuration file: /HospitalRun/hospitalrun.github.io/_config.ym
Source: /HospitalRun/hospitalrun.github.io
Destination: /HospitalRun/hospitalrun.github.io/_site
Incremental build: disabled. Enable with --incremental
Generating...
done in 1.795 seconds.
Auto-regeneration: enabled for '/HospitalRun/hospitalrun.github.io'
Server address: http://127.0.0.1:4000
Server running... press ctrl-c to stop.
- Browse to http://localhost:4000
hospitalrun.github.io/
├── _assets # Mockup
├── _includes # HTML structure
├── _layouts
├── _posts # Blog posts in Markdown
├── _sass
├── _site # Generated pages from source
├── beta
├── blog
├── contribute
├── css
├── demo
├── events
├── hack-week
├── img
├── lisbon
├── partners
├── team
└── tryit
Released under the MIT license.