GitCode is a educational application for teaching university-level students basic git concepts.
- Keitel Anana
- Ou-An Chuang
- Nick Huang
- Michelle Lu
- Patrick Oliver
- Afereti Pama
- Michael Theron
- Kevin Wang
- Bill Wong
Install the required packages by first navigating to the root folder in command line, then type the following:
npm install
Once this has finished installing, add the firebaseConfig.ts to src/firebase.
To run the application, type the following:
npm run dev
Then navigate to http://localhost:5173/ to view the application.