The webapp for the CollabVM Server
This allows passing any type (though practically, this is only ever going to include numbers) into it. This removes the need to constantly .toString() (though booleans are still kind of awful, but I guess we could factor that out somehow) |
||
|---|---|---|
| src | ||
| static | ||
| .gitignore | ||
| .npmrc | ||
| .parcelrc | ||
| Config.ts | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| webapp.png | ||
CollabVM 1.2 Webapp 2.0
The CollabVM Web App is the viewer for the CollabVM Server, currently in beta
Building
Edit Config.ts to your needs, then:
npm inpm run build
The build output directory is dist/
Serving
Just drop the contents of dist/ somewhere into our webroot. For testing purposes, you can throw up a quick test webserver with the following command
npm run serve
