This is a web application for collaborative planning.
-
Install dependencies:
pnpm install
-
Run the development servers: This command starts both the Vite frontend server and the Convex backend server concurrently.
pnpm start
-
Open your browser and navigate to
http://localhost:3000.