This project is a doc site for the BI-ML Disease Prediction 2024.
- Follow the instructions in the Jekyll Docs to complete the installation of the basic environment.
- Install Git.
-
Clone the repo:
git clone https://github.com/mentorchains/BI-ML_Disease-Prediction_2024_Site.git cd BI-ML_Disease-Prediction_2024_Site -
Switch to
ahmedbranch:git checkout ahmed
-
Install gems:
bundle install
-
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.