Personalized Task Manager
-
Install Vercel CLI:
npm install -g vercel
-
Login to Vercel:
vercel login
-
Deploy to Vercel:
cd frontend vercel
Set the following environment variables in Vercel:
NEXT_PUBLIC_API_ENDPOINT
: Your AWS API Gateway endpoint
The project is set up for automatic deployment on Vercel when pushing to the main
branch.