collab-vm-1.2-webapp/README.md

19 lines
438 B
Markdown
Raw Normal View History

2023-01-26 11:27:46 -05:00
# CollabVM 1.2 Webapp 2.0
2023-01-26 19:06:22 -05:00
![CollabVM Web App](/webapp.png)
2023-01-26 20:08:05 -05:00
The CollabVM Web App is the viewer for the CollabVM Server, currently in beta
2023-01-26 11:29:12 -05:00
2023-01-26 11:27:46 -05:00
## Building
2024-02-04 13:11:50 -05:00
Edit Config.ts to your needs, then:
2023-01-26 11:27:46 -05:00
1. `npm i`
2. `npm run build`
2023-01-26 19:06:22 -05:00
2023-01-26 19:08:39 -05:00
The build output directory is `dist/`
2023-03-29 09:17:01 -04:00
## Serving
2023-03-29 09:26:09 -04: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 09:17:01 -04:00
`npm run serve`