The CollabVM Web App is the viewer for the CollabVM Server.
Copy config.example.json to config.json and edit to your needs, then:
yarn
yarn build
npm i
npm run build
The build output directory is dist/
.
This is very minimal and only tests a single standalone part at the moment:
yarn test
Just drop the contents of dist/
somewhere into your webroot.
For testing or development purposes only, you can throw up a quick test webserver with the following command:
yarn serve
npm run serve