Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 613 Bytes

File metadata and controls

22 lines (18 loc) · 613 Bytes

Website and documentation for the MIMIC Critical Care Database

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.