- Python
- Node
python -m venv venv
source venv/bin/activate
python -m pip install -r requirements.txt
yarn
https://www.remotion.dev/docs/
yarn start
yarn build
python -m venv venv
source venv/bin/activate
python -m pip install -r requirements.txt
yarn
https://www.remotion.dev/docs/
yarn start
yarn build