Production deployment to https://cmpe492-sonar-frontend.vercel.app/
First, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
main
is the production branchdev
is the main development branch
Pushing to main
will make Vercel automatically deploy the production app https://cmpe492-sonar-frontend.vercel.app/
Pushing to dev
will make Vercel automatically deploy the development app