- Install Ruby (version 3.1 or higher) and Bundler
- Clone the website repository:
git clone https://github.com/MIT-LCP/mimic-website.git - Install dependencies:
bundle install - Run the development server:
bundle exec jekyll serve - View the website at: http://127.0.0.1:4000
Please raise issues related to the website or MIMIC-III in the mimic-code repository.