swift-megaminds-portfolio

swift-megaminds-portfolio

Our humble Pod Website. Made using Jekyll, sass and lots of collaborators

[] []


Swift Megaminds Portfolio

This is the portfolio website of pod 2.1.1, Explorer batch of MLH Fellowship Spring 2021.

Made using

  • Jekyll
  • sass
  • vanilla js
  • bootstrap

Development

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/

Docker

To run this with docker, do the below command.

docker-compose up