Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

A responsive web app built on Vue 3 and Firebase that aims to help MUM SoIT students find teammates, mentors, and upcoming events.

License

Notifications You must be signed in to change notification settings

samwzlim/eureka-web-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eureka Web App

A responsive web app built on Vue 3 and Firebase that aims to help MUM SoIT students find teammates, mentors, and upcoming events.

first-timers-only GitHub license

We're building the go-to platform for Monash University Malaysia students to explore relevant tech events & to build their next team.

Pre-requisites

Please make sure to have the following installed

How to Contribute

Follow these steps to setup the project:

  1. Fork this repository
  2. Clone the forked repository
  3. Run the following command
npm install
  1. 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
  1. Run the following command to get the localhost running
npm run serve
  1. Create your feature branch (git checkout -b branch-name)
  2. Commit your changes (git commit -am 'Add some fooBar')
  3. Push to the branch (git push -u origin branch-name)
  4. Create a new Pull Request

About

A responsive web app built on Vue 3 and Firebase that aims to help MUM SoIT students find teammates, mentors, and upcoming events.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 76.6%
  • JavaScript 16.9%
  • SCSS 6.0%
  • HTML 0.5%