A simple website in node js which contains video editor in browser research.
npm i
npm run build
npm start
# development mode (watches for source changes)
npm run watch
This is pure 'Try how it works' code. It might contain many dirty stuff and even not properly working code. It just shows a concept of how some things might be implemented at client side.