souravtecken / Mlab_website_2.0

Website of Microsoft Innnovation Labs, Pes University

Home Page:http://www.mlab.pes.edu/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Microsoft Innovation Lab

logo

We are a student community dedicated to cultivating the spirit of research and innovation in budding engineers.

This is the main repository for the website hosted at - Microsoft Innovation Labs website. Be sure to head out to our website and take a look at some of the exciting projects carried out at the lab.

Development

The development version upto date with the current version of master can be found here - MIL Github pages.

Setting up your development environment :

  1. Clone the repository after forking with https://github.com/MicrosoftMobileInnovationLab/Mlab_website_2.0.git.
  2. Run a HTTP server from within the directory using python3, xampp or any other utility.
    Example: python3 -m http.server 8080
  3. Access website from http://localhost:port where port is the listening port of your http server.

Contributing

We use a rebase-oriented workflow. We do not use merge commits. This means to get your local branch up-to-date with the upstream, you would use

git pull --rebase upstream master

instead of regular git pull. It’s best to write your commits prefacing the file you changed, but if you don’t, you can always fix your history using git rebase -i. An example of a good commit would be

index: Fix UI layout in mobile view.

Reviewing other PR's :

Reviewing other PR's is good practice. Easy-to-use scripts in tools/ have been provided to fetch PR's . Here's how you make use of them :

./tools/fetch-pull-request 123

(where 123 is the PR number).

Contact

email : pes.mlab@gmail.com
Website : http://www.mlab.pes.edu/


About

Website of Microsoft Innnovation Labs, Pes University

http://www.mlab.pes.edu/


Languages

Language:HTML 73.0%Language:JavaScript 13.8%Language:CSS 8.5%Language:Python 3.2%Language:Shell 1.5%