dscmsit / dscmsit.github.io

Official website for DSC-MSIT

Home Page:https://dscmsit.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Developer Student Club - MSIT

DSC MSIT

Contributions and PR

  • All the PRs should be generated against development branch
  • Remember to run npm run format before creating pull request so that the code is formatted.
  • Netlify will create a preview inside pull request, please check if your work is fine.
  • If the PR is related to any front end change, please attach relevant screenshots in the pull request description.

Netlify Deployment

  • You can find the netlify deployment at https://dscmsit.netlify.app/ based on the development branch
  • It might include those changes as well, which are in currently in development and are worked upon
  • These changes might not be published yet to the official website.
  • So it's recommended to go through the netlify deployed website first before raising an issue or making any pull request.

Quick start

Quick start options:

  • Download from Github.
  • Clone the repo: https://github.com/dscmsit/dscmsit.github.io.git.
  • npm install to install all the devDependencies

What's included

Within the download you'll find the following directories and files:

dscmsit.github.io/
├── css/
|   ├── index.css
|   ├── team.css
|   ├── youtube.css
|   └── svg.css
├── js/
|   ├── index.js
|   ├── jq.js
|   └──team.js
├── icons/
|   └──favicons/
├── images/
|       └──board19/
├── CNAME
├── index.html
├── videos.html
├── manifest.json
├── sw.js
└── team.html

Please help us follow the best practice to make it easy for the reviewer as well as the contributor.

About

Official website for DSC-MSIT

https://dscmsit.github.io/


Languages

Language:JavaScript 56.6%Language:HTML 35.0%Language:CSS 8.5%