GPL compliance for collab-vm-1.2-webapp
1f89ed75c1
This is needed for page descriptions on search engines. The existing description meta tag is Open Graph, which is only used by social media/instant messaging services for embeds. This is a necessary change as the current description that Google chooses is not exactly the most welcoming or informative. |
||
---|---|---|
dist | ||
src | ||
.gitignore | ||
.npmrc | ||
babel.config.json | ||
LICENSE | ||
package.json | ||
README.md | ||
webapp.png | ||
webpack.config.js |
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:
npm i
npm run build
The build output directory is dist/
Serving
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
npm run serve