It is a collaborative whiteboard application that allows users to draw, write, and chat with each other in real-time. It is built using NextJs, Convex and Liveblocks.
copy the .env.example file to .env.local and fill in the required environment variables.
cp .env.example .env.localVisit Convex, Liveblocks and Clerk and create a new project to get the CONVEX_API_KEY, CONVEX_SECRET_KEY, LIVEBLOCKS_API_KEY and CLERK_FRONTEND_API.
Install the dependencies
npm installRun the frontend development server
npm run devRun the backend development server in another terminal
npx convex devBoom🎉, the application is running on http://localhost:3001
