Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 407 Bytes

Readme.md

File metadata and controls

17 lines (12 loc) · 407 Bytes

What is this

A simple website in node js which contains video editor in browser research.

Setup

npm i
npm run build
npm start

# development mode (watches for source changes)
npm run watch

Disclaimer

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.