An open API service indexing awesome lists of open source software.

https://github.com/ctnicholas/liveblocks-comments-default-components


https://github.com/ctnicholas/liveblocks-comments-default-components

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

https://github.com/CTNicholas/liveblocks-comments-default-components/assets/33033422/f2668562-c2c3-43d4-a1b1-4c7d3741513d

## Liveblocks Comments customised default components

This demo shows you how to customise [Liveblocks Comments](https://liveblocks.io/comments) default components.

### Set up Liveblocks

- Install all dependencies with `npm install`
- Create an account on [liveblocks.io](https://liveblocks.io/dashboard)
- Copy your **secret** key from the [dashboard](https://liveblocks.io/dashboard/apikeys)
- Create an `.env.local` file and add your **secret** key as the `LIVEBLOCKS_SECRET_KEY` environment
variable
- Run `npm run dev` and go to [http://localhost:3000](http://localhost:3000)