Website and documentation for the MIMIC Critical Care Database

April 7, 2026 ยท View on GitHub

Instructions for running the website locally

  1. Install Ruby (version 3.1 or higher) and Bundler
  2. Clone the website repository:
    git clone https://github.com/MIT-LCP/mimic-website.git
    
  3. Install dependencies:
    bundle install
    
  4. Run the development server:
    bundle exec jekyll serve
    
  5. View the website at: http://127.0.0.1:4000

Issues with the website or MIMIC

Please raise issues related to the website or MIMIC-III in the mimic-code repository.