https://github.com/codevideo/docs.codevideo.io
The CodeVideo docs sites at docs.codevideo.io
https://github.com/codevideo/docs.codevideo.io
Last synced: about 1 year ago
JSON representation
The CodeVideo docs sites at docs.codevideo.io
- Host: GitHub
- URL: https://github.com/codevideo/docs.codevideo.io
- Owner: codevideo
- Created: 2025-02-24T16:14:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-16T09:59:02.000Z (over 1 year ago)
- Last Synced: 2025-03-16T10:29:25.118Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://docs.codevideo.io
- Size: 372 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docs.codevideo.io
The documentation site for CodeVideo.
### Installation
```
npm install
```
### Local Development
First generate the API documentation by running the following command:
```shell
npm run generate-api
```
Then start the local development server:
```shell
npm run start
```
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
### Build
```shell
npm run build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.
### Deployment
The site is deployed via Netlify. See the `netlify.toml` file for deployment settings.