Skip to content

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.

Notifications You must be signed in to change notification settings

shubhamku044/miro-board

Repository files navigation

Miro Board

Screenshot

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.

Local Development

copy the .env.example file to .env.local and fill in the required environment variables.

cp .env.example .env.local

Visit 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 install

Run the frontend development server

npm run dev

Run the backend development server in another terminal

npx convex dev

Boom🎉, the application is running on http://localhost:3001

About

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.

Topics

Resources

Stars

Watchers

Forks