- Ffmpeg
First, copy .env.example
to .env
and update if needed, then:
yarn install
This project uses Yarn workspaces, you need to use start scripts in the root directory package.json
.
First, start both & backend and frontend servers:
-
Both:
yarn start
-
Frontend:
yarn start:frontend
-
Backend:
yarn start:backend