Skip to content

ravshan01/video-converter-serverless

Repository files navigation

Project setup

$ yarn install
  • Install ffmpeg on your machine, see here.

Environment variables

Create .env.local by .env.local.example and set the values for the environment variables.

Compile and run the project

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

Run tests

# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

# test coverage
$ yarn run test:cov

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published