A simple project to craft animations with care
npm install
To make liveblocks working to need to create a .env.local
file
touch .env.local
and add into it your public development key from liveblocks
NEXT_PUBLIC_LIVEBLOCKS_PUBLIC_KEY=<your_liveblocks_public_key>
npm run dev
Then open https://localhost:3000/ with your browser
- Aurélien Dupays Dexemple