- Install
nvm
- Setup
nvm
nvm install
- Setup all the dependencies
npm run setup
npm run dev
This starts compiling and watching all the packages in the monorepo. It also starts a local dev server for the example
package at http://localhost:8080
.
npm run lint
npm run fix
npm run test
npm run test:unit
npm run test:integration
⚠️ Playwright uses the local dev server for tests which depends on port8080
being available.
npm run demo
⚠️ The demo conversion depends onffmpeg
being installed on your system.