ggggg / GDSC-website-test

Un-Official GDSC UTM Website

Home Page:http://gdscutm.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Developers Bracket GDSC Website

Google Developer Student Clubs (GDSC) is a student-led community backed by Google Developers aimed at empowering undergraduate students from all disciplines to grow their knowledge in technology, build solutions for their local communities, and connect with other members from the Google community.

About The Project

This is the official website for the University of Toronto Mississauga Google Developer Student Club (UTM GDSC). The frontend is built with React and MUI.

Except where otherwise noted, the is project is licensed under the LGPL 2.0 or later license.

npm installation

  • install npm:

     > npm install npm@latest -g
  • install dependencies:

     > cd frontend
     > npm install
  • start the app:

     > npm start

Access proprietary files

We use a submodule to access files not licensed under an open source license. To access these files, run the following commands:

git submodule sync
git submodule update --init

To update the submodule, run the following commands:

git submodule -q foreach git pull -q origin main

Contact

You can contact us via Discord or by GitHub Issues

About

Un-Official GDSC UTM Website

http://gdscutm.com/

License:GNU Lesser General Public License v2.1


Languages

Language:JavaScript 86.4%Language:SCSS 5.9%Language:CSS 4.3%Language:HTML 2.9%Language:Dockerfile 0.4%