mirror of
https://github.com/computernewb/collab-vm-1.2-webapp.git
synced 2025-01-22 10:52:05 -05:00
The webapp for the CollabVM Server
125e6a769d
Mostly just for nicity. I did manually clean up a few things, but other than that, this basically was just importing configs from cvm3/crusttest, adding prettier as a dev dependency, and just ctrl-shift-I on every typescript file part of the codebase |
||
---|---|---|
src | ||
static | ||
.gitignore | ||
.npmrc | ||
.parcelrc | ||
.prettierignore | ||
.prettierrc.json | ||
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 i
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