https://github.com/liveblocks/thoughtspot-charts
https://github.com/liveblocks/thoughtspot-charts
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/liveblocks/thoughtspot-charts
- Owner: liveblocks
- Created: 2024-07-11T10:41:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-15T20:05:56.000Z (over 1 year ago)
- Last Synced: 2025-03-03T10:22:05.158Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://thoughtspot-charts.vercel.app
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Setup
- 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)