Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 965 Bytes

File metadata and controls

38 lines (25 loc) · 965 Bytes

Gene-Disease Association Prediction (GDAP)

This project is a doc site for the BI-ML Disease Prediction 2024.

Prerequisites

  1. Follow the instructions in the Jekyll Docs to complete the installation of the basic environment.
  2. Install Git.

Installation

  1. Clone the repo:

    git clone https://github.com/mentorchains/BI-ML_Disease-Prediction_2024_Site.git
    cd BI-ML_Disease-Prediction_2024_Site
  2. Switch to ahmed branch:

    git checkout ahmed
  3. Install gems:

    bundle install
  4. Serve the site locally:

    bundle exec jekyll s
  • After running the command, the site should be available at http://localhost:4000.

  • For further guidance on using Jekyll, refer to the official documentation.