GPL compliance for collab-vm-1.2-webapp
Find a file
dakrk 1f89ed75c1
Add description meta tag
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.
2023-06-18 18:26:10 +01:00
dist Add description meta tag 2023-06-18 18:26:10 +01:00
src Fix https://github.com/computernewb/collab-vm-1.2-webapp/issues/10 2023-06-06 18:57:25 +02:00
.gitignore Working Babel transpiling 2023-01-29 19:59:45 -05:00
.npmrc buncha shit uhh i forgot to make a repo until now 2023-01-25 19:55:34 -05:00
babel.config.json Working Babel transpiling 2023-01-29 19:59:45 -05:00
LICENSE Create LICENSE 2023-01-26 11:28:06 -05:00
package.json add captcha support 2023-02-10 08:52:44 -05:00
README.md typo 2023-03-29 09:26:09 -04:00
webapp.png Add temporary icon test 1 2023-01-26 19:00:06 -05:00
webpack.config.js Working Babel transpiling 2023-01-29 19:59:45 -05:00

CollabVM 1.2 Webapp 2.0

CollabVM Web App

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/

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