- Real-time collaboration: Liveblocks
- Framework: Next.js
- Deployment: Vercel
- Styling: Tailwind CSS
To run locally, you’ll first need to create a Liveblocks account to get a new secret key generated.
Once you’ve generated the public key, create an .env.local
file and assign it to theNEXT_PUBLIC_LIVEBLOCKS_PUBLIC_KEY
variable.
You can then run the following commands in your terminal:
git clone https://github.com/stevenfabre/stevenfabre.com.git
cd stevenfabre.com
npm install
npm dev
Open http://localhost:3000 with your browser to see the result.