- Browse the GitHub hosted website from HERE
- Install Ruby on your system
- Install the following ruby gems
- jekyll
- kramdown
gem install jekyll
gem install kramdown
- And the run the server using the following command in your Terminal
jekyll serve -w --baseurl=""
- Then open your browser and browse the project locally by filling in the following url in your browser ( Safari/Firefox/Chrome/Chromium) only
localhost:4000
- Finally clone the project, change/add stuffs and submit a merge request.
- bootstrap for Responsive Design
- Highcharts for the awesome charts and visualizations
- WOW.js for scroll driven animations
- MathJax for math equations on Web
- Jekyll for static web pages hosted in GitHub