The webapp for the CollabVM Server
Go to file
2023-05-03 14:27:00 -04:00
dist Merge branch 'master' of https://github.com/computernewb/collab-vm-1.2-webapp 2023-05-03 14:27:00 -04:00
src Merge branch 'master' of https://github.com/computernewb/collab-vm-1.2-webapp 2023-05-03 14:27:00 -04:00
.gitignore Working Babel transpiling 2023-01-29 19:59:45 -05:00
.npmrc buncha shit uhh i forgot to make a repo until now 2023-01-25 19:55:34 -05:00
babel.config.json Working Babel transpiling 2023-01-29 19:59:45 -05:00
LICENSE Create LICENSE 2023-01-26 11:28:06 -05:00
package.json add captcha support 2023-02-10 08:52:44 -05:00
README.md typo 2023-03-29 09:26:09 -04:00
webapp.png Add temporary icon test 1 2023-01-26 19:00:06 -05:00
webpack.config.js Working Babel transpiling 2023-01-29 19:59:45 -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