First, run the development server:
(Node version > 16.18.0)
npm install
npm start
Open http://localhost:3000 with your browser to see the result.
Before deploy to staging (branch: dev)
git checkout dev
npm build
Before deploy to production (branch: main)
git checkout main
npm build
Deployment:
vercel login
vercel deploy