HospitalRun website
The HospitalRun website, hospitalrun.io, is built using Jekyll, a static site generator. It uses a template directory containing raw text files in different formats, which are converted using Markdown and a Liquid renderer. The resulting static website is ready to be published on Netlify.
To install the HospitalRun website locally, follow these steps:
bundle install
to install the dependencies.bundle exec jekyll build
to build the website locally.bundle exec jekyll serve
to start the Jekyll server and preview the website.The HospitalRun website is built using Jekyll, a static site generator, and follows a template-based structure. It provides features such as static site generation, Markdown support, and seamless integration with Jekyll. The installation process involves installing dependencies, building the website locally, and previewing it using the Jekyll server.