Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.35 KB

File metadata and controls

37 lines (30 loc) · 1.35 KB

Stroop Effect 👍

         Powered by

N|Solid

How to run the project ?

First

  • Browse the GitHub hosted website from HERE

then,

  • 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.

Dependencies:

  • 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