Skip to content

atharva2202/miro_clone

Repository files navigation

Miro-Clone

Getting Started

  1. Clone the project:
    git clone https://github.com/atharva2202/miro_clone.git
    
  2. Run:
    npm install
    npx convex dev
    
  3. Create a .env.local. Copy below things with your appropriate data:
    CONVEX_DEPLOYMENT=
    NEXT_PUBLIC_CONVEX_URL=
    
    NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
    CLERK_SECRET_KEY=
    
  4. Then, run the development server:
    npm run dev
    
  5. Open http://localhost:3000 with your browser to see the result

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published