This is the portfolio website of pod 2.1.1, Explorer batch of MLH Fellowship Spring 2021.
Made using
If you want to test it locally or add some new features, run the below commands. Make sure to have Ruby and Bundler installed.
bundle install
bundle exec jekyll serve
The website is accessed locally at the below address
http://localhost:4000/swift-megaminds-portfolio/
To run this with docker, do the below command.
docker-compose up