Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 895 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 895 Bytes

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