You need a .env file in the source directory with content similiar to this:
EMSDK_HOME=/home/lemourin/Projects/emsdk
HOSTNAME=http://localhost:8000
EMSDK_HOMEpoints to the directory withemsdkchecked out and installed from here: https://github.com/emscripten-core/emsdkemsdkinstallation boils down to running./emsdk install latest && ./emsdk activate latestin repos' directory
HOSTNAMEis the url at which thecloudstorage-jsrepo is exposed.
To test the app, run npm install && npm run build:all and serve the repository with any http server, e.g. with
python3 -m http.server.