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