This file will just take you through how to install, build and run this project
Clone the repository or fork it then clone the forked repository
git clone https://github.com/Mozilla-Open-Lab-Etwas/Video-Transcoder.git
yarn install
# or
npm install
We use yarn, you are free to use npm but please do not commit your package-lock.json file
This project has a build step even before running the development server.
The below command generates the build time files for formats, codecs and workflows, the project will not load without this step.
yarn generate
# or
npm run-scripts generate
yarn start
# or
npm start
Currently the project only supports Chromium, so please use a chromium browser (Chrome, Edge, Safari)
Generated using TypeDoc