CodeVideo is a product that helps you to make code explanation videos. It's quick and easy, so anybody can create beautiful code videos without any hassle at all. It also lets you capture beautiful code images.
https://www.loom.com/share/245714c39460441aba4d9994959d65b8
-
Clone this
Color Code Repository
andcd
into it. -
Install dependencies by running, Compile typescript and run the web server.
npm install npm run compile node color_codes.js
-
Clone this repository and
cd
into it. -
Add .env in the root folder and the format of the env is shown below
NODE_ENV='development' GOOGLE_CLIENT_ID='' GOOGLE_CLIENT_SECRET=''
Google client id and client secret are auth credentials
-
Install the dependencies, setup the database and minio(object storage) and then run the project.
npm install npm run database npm run minio npm start
- Node version 16
- Docker/Docker Desktop