Skip to content

Latest commit

 

History

History
145 lines (97 loc) · 4.14 KB

README.md

File metadata and controls

145 lines (97 loc) · 4.14 KB
logo

Miro Clone with Next.js 🚀

Real-Time Miro Clone built using Next.js, React, and Tailwind CSS 🎨


📖 Table of Contents


⭐ About the Project

A feature-rich real-time Miro clone built with modern web technologies like Next.js, React, and Tailwind CSS. This project showcases collaborative functionalities, responsive design, and a seamless user experience. 💻✨


📸 Screenshots

image

image

🌟 LIVE DEMO 💥

forthebadge forthebadge forthebadge


🛠️ Tech Stack

Client

Database

React Google TailwindCSS MongoDB Next.js

🔧 Getting Started

❗ Prerequisites

  1. Install Node.js here.
  2. Sign up for the following accounts:

🔑 Environment Variables

Create a .env file in the root directory and add the following:

CONVEX_DEPLOYMENT=
NEXT_PUBLIC_CONVEX_URL=
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=
LIVEBLOCKS_SECRET_KEY=

⚙️ Installation

  1. Clone the repository:
https://github.com/BernieTv/LiveBlocks-Demo.git

cd LiveBlocks-Demo
  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev

Open http://localhost:3000 to view the project locally. 🎉


🚀 Deployment

Deploy on Vercel

The easiest way to deploy your Next.js app is through Vercel. Follow their Next.js deployment documentation for a smooth deployment process.


📚 Learn More

Happy Coding! 🎨✨