The webapp for the CollabVM Server
Find a file
dependabot[bot] 3221e2c86f
Bump cross-spawn from 7.0.3 to 7.0.6 (#113)
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-30 00:52:44 -05:00
collab-vm-1.2-binary-protocol@cfe9acc60b move binprotocol to submodule (webapp) 2024-06-25 21:27:07 -04:00
src oops 2024-11-12 00:35:18 +01:00
static/lang Update Korean translation (#94) 2024-11-30 00:52:31 -05:00
.editorconfig Introduce editorconfig 2024-04-05 17:18:51 +01:00
.gitignore Switch to using parcel json imports instead of Config.ts 2024-04-10 16:49:04 -04:00
.gitmodules move binprotocol to submodule (webapp) 2024-06-25 21:27:07 -04:00
.npmrc buncha shit uhh i forgot to make a repo until now 2023-01-25 19:55:34 -05:00
.parcelrc chat and rename, half-working turn status. re-add crusty guac keyboard shit 2024-02-04 13:02:45 -05:00
.prettierignore Implement basic i18n 2024-03-12 06:45:03 -04:00
.prettierrc.json reformat typescript code with prettier 2024-03-12 01:28:23 -04:00
config.example.json Make welcome modal localStorage key configurable 2024-04-10 17:08:13 -04:00
jest.config.js More i18n related updates 2024-03-15 04:01:40 -04:00
LICENSE Create LICENSE 2023-01-26 11:28:06 -05:00
package.json Update dependencies 2024-11-04 20:06:40 +01:00
README.md unnecessary 2024-07-12 16:04:43 -04:00
tsconfig.json Add support for more CAPTCHA providers 2024-09-30 22:42:52 +02:00
webapp.png temporary logo that doesn't suck^2 2024-06-12 20:06:29 -04:00
yarn.lock Bump cross-spawn from 7.0.3 to 7.0.6 (#113) 2024-11-30 00:52:44 -05:00

CollabVM 1.2 Webapp 2.0

The CollabVM Web App is the viewer for the CollabVM Server.

Building

Copy config.example.json to config.json and edit to your needs, then:

yarn

  • yarn
  • yarn build

npm

  • npm i
  • npm run build

The build output directory is dist/.

Unit testing

This is very minimal and only tests a single standalone part at the moment:

  • yarn test

Serving

Just drop the contents of dist/ somewhere into your webroot.

For testing or development purposes only, you can throw up a quick test webserver with the following command:

yarn

yarn serve

npm

npm run serve