12 lines
234 B
Markdown
12 lines
234 B
Markdown
# CollabVM 1.2 Webapp 2.0
|
|
|
|
![CollabVM Web App](/webapp.png)
|
|
|
|
The CollabVM Web App is the viewer for the CollabVM Server
|
|
|
|
## Building
|
|
Make sure you filled out common.js, then:
|
|
1. `npm i`
|
|
2. `npm run build`
|
|
|
|
The build output is `dist/`
|