Skip to content

FinFO-app/emphasisO.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4822325 · Aug 5, 2021
Apr 12, 2019
Mar 31, 2019
Apr 12, 2019
Apr 12, 2019
Jan 24, 2019
Jan 24, 2019
Jan 25, 2019
Jan 24, 2019
Mar 20, 2019
Apr 6, 2019
Jan 24, 2019
Jan 24, 2019
Jan 24, 2019
Mar 24, 2019
Mar 24, 2019
Mar 24, 2019
Mar 24, 2019
Apr 5, 2019
Apr 16, 2019
Mar 20, 2019
Jan 24, 2019
Jan 24, 2019
Mar 27, 2019

Repository files navigation

EmphasisO: ESummit and Startup Internship Fare

On 25th - 26th March, Jamia Will Have The 1st Biggest ESummit.
And yes you can contribute to it too.
This is Official Repo of EmphasisO
Every Contributor will get mention in website's Team Section.
Major Contributor will get mention in website's Footer.

Running on local Machine

Contributing

  • fork the repo
  • Clone It git clone https://github.com/FinFO-app/emphasisO.com.git
  • start server jekyll serve --watch
git clone https://github.com/FinFO-app/emphasisO.com.git
cd emphasisO.com
jekyll serve --watch

open http://127.0.0.1:4000

Installation Jekyll

For MAC
brew install ruby
sudo gem install jekyll bundler
For Linux
sudo apt-get install ruby ruby-dev build-essential
sudo gem install jekyll bundler