- clone this repository with
git clone --recursive
- install latest emscripten (see http://webassembly.org/getting-started/developers-guide/ section "Compile Emscripten from Source")
- run
npm install
andnpm run configure
- to build :
npm run build
- to start the proxy server and http server :
npm start
- run a local
http-server
, navigate toindex.html