A responsive web app built on Vue 3 and Firebase that aims to help MUM SoIT students find teammates, mentors, and upcoming events.
We're building the go-to platform for Monash University Malaysia students to explore relevant tech events & to build their next team.
Please make sure to have the following installed
Follow these steps to setup the project:
- Fork this repository
- Clone the forked repository
- Run the following command
npm install
- Add the environment file. To do this, add a '.env' file to the root folder and make add the following inside:
VUE_APP_FIREBASE_API_KEY=AIzaSyBtNOw1Jf-4gOtmoHvz9qjmEp_DvVzerLA
VUE_APP_FIREBASE_PROJECT_ID=eureka-development-860d4
VUE_APP_FIREBASE_MESSAGING_SENDER_ID=352539377412
VUE_APP_FIREBASE_APP_ID=1:352539377412:web:a9c49cb6afce7aa082da51
- Run the following command to get the localhost running
npm run serve
- Create your feature branch (
git checkout -b branch-name
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push -u origin branch-name
) - Create a new Pull Request