https://github.com/livekit/livekit-docs
https://github.com/livekit/livekit-docs
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/livekit/livekit-docs
- Owner: livekit
- License: mit
- Created: 2021-02-18T04:05:37.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-08-19T00:54:45.000Z (almost 4 years ago)
- Last Synced: 2023-03-03T19:49:38.615Z (over 3 years ago)
- Language: JavaScript
- Homepage: https://docs.livekit.io
- Size: 5.71 MB
- Stars: 7
- Watchers: 14
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LiveKit Documentation
Documentation site for LiveKit. Help us improve the documentation and PRs are welcome!
## Installation
```console
yarn install
```
## Local Development
```console
yarn start
```
This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.
## Deployment
CI has been setup to deploy main branch to docs.livekit.io