CD pipeline is already setup using GitHub Actions. Follow the instructions if you want to deploy via your local machine (NOT RECOMMENDED)
- Install
firebase-tools
by runningnpm i -g firebase-tools
- Login to the correct gmail account by running
firebase login
- Run
npm run build --prod
to build the files for deployment. The build files are assembled in thebuild/
folder - Run
firebase deploy
to deploy the current build
Live at: https://medicalconsultationplatform.firebaseapp.com/