13 lines
263 B
Markdown
13 lines
263 B
Markdown
# CollabVM 1.2 Webapp 2.0
|
|
|
|

|
|
|
|
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/`
|