cutvid.io is an Open Source video sequencer that runs in your browser.
The code is licensed under GNU AGPL V3: https://www.gnu.org/licenses/agpl-3.0.en.html
From now on:
- Indent in JS is 2 spaces.
- Variable & function names are in camelCase (js), snake_case (python).
- Creating value is more important than arguing about code style.
cd services/cutvid.io
npm start
Then visit http://127.0.0.1:8000