diff --git a/README.md b/README.md index 737c276..f06bb2a 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ # CollabVM 1.2 Webapp 2.0 -New webapp to replace the crusty old one -Note that this is still a beta. +![CollabVM Web App](/webapp.png) + +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` -Files are in `dist/` + +The build output directory is `dist/` diff --git a/webapp.png b/webapp.png new file mode 100644 index 0000000..91bda8d Binary files /dev/null and b/webapp.png differ