2023-01-26 16:27:46 +00:00
|
|
|
# CollabVM 1.2 Webapp 2.0
|
|
|
|
|
2023-01-27 00:06:22 +00:00
|
|
|
![CollabVM Web App](/webapp.png)
|
|
|
|
|
2023-01-27 01:08:05 +00:00
|
|
|
The CollabVM Web App is the viewer for the CollabVM Server, currently in beta
|
2023-01-26 16:29:12 +00:00
|
|
|
|
2023-01-26 16:27:46 +00:00
|
|
|
## Building
|
|
|
|
Make sure you filled out common.js, then:
|
|
|
|
1. `npm i`
|
|
|
|
2. `npm run build`
|
2023-01-27 00:06:22 +00:00
|
|
|
|
2023-01-27 00:08:39 +00:00
|
|
|
The build output directory is `dist/`
|
2023-03-29 13:17:01 +00:00
|
|
|
|
|
|
|
## Serving
|
|
|
|
|
2023-03-29 13:26:09 +00:00
|
|
|
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
|
2023-03-29 13:17:01 +00:00
|
|
|
|
|
|
|
`npm run serve`
|