https://github.com/codevideo/codevideo.io
Source for CodeVideo's homepage, codevideo.io - convert code into video
https://github.com/codevideo/codevideo.io
codevideo gatsby gatsbyjs netlify react typescript video video-processing
Last synced: 9 months ago
JSON representation
Source for CodeVideo's homepage, codevideo.io - convert code into video
- Host: GitHub
- URL: https://github.com/codevideo/codevideo.io
- Owner: codevideo
- Created: 2022-12-02T13:53:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-21T19:15:37.000Z (10 months ago)
- Last Synced: 2025-04-01T07:16:14.591Z (10 months ago)
- Topics: codevideo, gatsby, gatsbyjs, netlify, react, typescript, video, video-processing
- Language: TypeScript
- Homepage: https://codevideo.io
- Size: 10.6 MB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CodeVideo
The source for the website and SaaS product [CodeVideo](https://codevideo.io).
[](https://app.netlify.com/sites/codevideo/deploys)
## Get Started
First install the dependencies:
```shell
npm install --legacy-peer-deps
```
Then start the development server:
```shell
npm run develop
```