- Docker - for building WASM version of h264bitstream
- Node.js, npm - for building Frontend Application
Fetch h264bitstream as a submodule:
git submodule update --init --recursive
Fetch NPM dependencies:
npm install
Build WASM:
./build.sh
Build Frontend Application:
npm run build
npm run build:watch
Serve dist/
folder using any web-server and open index.html
in browser.
npm run test
npm run test:watch