This is the repository for our club's website: https://gdsc-conestoga.web.app/
This project was bootstrapped with Create React App:
npx create-react-app website
- Node 14.0.0^
- npm 5.6^
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Starts the Firebase Emulators. Firebase emulators will mimic the job of a remote Firebase Project locally on your machine.
In order to run this command, you will need firebase-tools
installed globaly:
npm i -g firebase-tools
Firebase emulators UI can then be accessed on http://localhost:4000
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
In order to get the project going on your computer, you need to run npm run emulate
and npm start
inparallel.
- Pick an issue you wont to work on either from the Issues or the Projects tab
- Comment on the issue that you are taking on tackling it, so everybody knows if the issue is already taken.
- Create a Pull Request against the
main
branch and reference the issue in question - Wait for approval and resolve any suggested changes