Loading repository data…
Loading repository data…
Siddharth263 / repository
This project is inspired from Miro, a collaborative online whiteboard platform, built using Next.js, TypeScript, Liveblock, Convex, and Clerk. This app is deployed on Vercel
This project is inspired by Miro, a collaborative online whiteboard platform, built using Next.js, TypeScript, Liveblock, Convex, and Clerk. Video of Real-time users using the canvas: https://drive.google.com/file/d/1PV5YY5vf0w7jFi3vC1SCS-Pg7WwW60Dg/view?usp=drive_link
Clone the repository: git clone https://github.com/Siddharth263/collaborative-whiteboard.git
Navigate to the project directory: cd collaborative-whiteboard
Install dependencies: npm install
Set up environment variables:
Create a .env.local file in the root directory and add the following variables:
CONVEX_DEPLOYMENT=your convex development link
NEXT_PUBLIC_CONVEX_URL=your convex URL
CLERK_SECRET_KEY=your-clerk-secret-key
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=your clerk pk
Run the development server: npm run dev
Open http://localhost:3000 in your browser to view the application.
Contributions are welcome! If you have any features or found a bug and want to fix it, please fork the repository, and put in a pull request for review. Thank you!
This project is licensed under the MIT License.