Check if you have Ruby already installed on your machine by running the following command:
ruby -vIf the output is a ruby version, you have it installed on your machine. Otherwise, you need to install it. Ruby Installation Doc
- Run the command 
gem install bundler jekyll - Check if the installation was successful by running the command 
jekyll -v 
$ bundle exec jekyll serveThis website is hosted on Netlify with an auto deployment enabled i.e whenever any code is merged into the main branch, a new deployment is triggered.