v0-demo-basic.mp4
This demo shows you how to implement a small v0 clone in Next.js with Liveblocks.
- Book a demo to access AI Copilots
- Install all dependencies with
npm install - Create an account on liveblocks.io
- Copy your secret key from the dashboard
- Create an
.env.localfile and add your secret key as theLIVEBLOCKS_SECRET_KEYenvironment variable - Run
npm run devand go to http://localhost:3000