https://github.com/ctnicholas/liveblocks-remix-basic
https://github.com/ctnicholas/liveblocks-remix-basic
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ctnicholas/liveblocks-remix-basic
- Owner: CTNicholas
- Created: 2023-04-14T20:44:46.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-14T20:46:23.000Z (about 3 years ago)
- Last Synced: 2025-03-20T22:03:45.242Z (over 1 year ago)
- Language: TypeScript
- Size: 232 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Liveblocks + Remix demo
This demo shows you how to set up Remix with Liveblocks, with a primitive avatar stack demo.
### 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` 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)