Skip to content

CVamsi27/task-manager-1

Repository files navigation

Getting Started

Visit to view deployed site - https://task-manager-rosy-eight.vercel.app/

Set Up .env file

Add all env variables available in .env.local, like:

DATABASE_URL=

Add Postgres database URL to run the application

Run the application Locally

First, run the development server:

pnpm dev

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