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 00:08:20 +00:00
|
|
|
The CollabVM Web App is the viewer for the CollabVM Server
|
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:20 +00:00
|
|
|
The build output is `dist/`
|