Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 724 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 724 Bytes

CMPE492 - SONAR - Frontend repo

Please check main repo for project description!

Main repo

Deployment

Production deployment to https://cmpe492-sonar-frontend.vercel.app/

Getting Started

First, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Deployment

  • main is the production branch
  • dev 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