Skip to content

alhacen/hashes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hashes Official Site Repo.

Webpage for Hashes: Programming Club @ Jamia Millia Islamia

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/alhaqhassan/hashes.git
  • start server jekyll serve --watch
git clone https://github.com/alhaqhassan/hashes.git
cd hashes
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