Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 513 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 513 Bytes

FOSS MEC

FOSS MEC is an initiatives put forward by the students of MEC to bring forth FOSS culture at our college and to manage the technical workings of out college. This is the official site of FOSS MEC by which you can gain membership to FOSS MEC.

This site runs on jekyll. To install jekyll use the following commands.

$ sudo apt install jekyll
$ sudo gem install jekyll bundler

To run the site, use

$ jekyll serve

and goto http://127.0.0.1:4000/ in your browser.