The webapp for the CollabVM Server
Go to file
2024-02-02 20:28:01 -05:00
src fix merge conflict 2024-02-02 20:28:01 -05:00
static chat and rename, half-working turn status. re-add crusty guac keyboard shit 2024-02-02 06:44:02 -05:00
.gitignore Set up the source tree for the typescript rewrite. Nothing really here just yet, just filler 2024-02-01 17:53:44 -05:00
.npmrc buncha shit uhh i forgot to make a repo until now 2023-01-25 19:55:34 -05:00
.parcelrc chat and rename, half-working turn status. re-add crusty guac keyboard shit 2024-02-02 06:44:02 -05:00
Config.ts Basic VM list support. 2024-02-01 19:58:19 -05:00
LICENSE Create LICENSE 2023-01-26 11:28:06 -05:00
package.json fix merge conflict 2024-02-02 20:28:01 -05:00
README.md typo 2023-03-29 09:26:09 -04:00
tsconfig.json Set up the source tree for the typescript rewrite. Nothing really here just yet, just filler 2024-02-01 17:53:44 -05:00
webapp.png Add temporary icon test 1 2023-01-26 19:00:06 -05:00

CollabVM 1.2 Webapp 2.0

CollabVM Web App

The CollabVM Web App is the viewer for the CollabVM Server, currently in beta

Building

Make sure you filled out common.js, then:

  1. npm i
  2. npm 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