- Developed using Jekyll
- Hosted by GitHub
- Developed with the help of GitHub project Government Github.
- Install Ruby. Find various ways to install Ruby here.
- Install bundler
gem install bundler
- Install the gems using bundle
bundle install
- Run the Jekyll server locally using
bundle exec jekyll serve