The webapp for the CollabVM Server
Go to file
dakrk e1b8bfcebb
Actually do bootstrap theme properly
why was it like this in the first place

(i ought to just complete the bootstrapless branch at this point)
2024-04-05 17:27:53 +01:00
src Actually do bootstrap theme properly 2024-04-05 17:27:53 +01:00
static/lang Fix indentation (consistent formatting CHALLENGE) 2024-04-05 17:16:20 +01:00
.editorconfig Introduce editorconfig 2024-04-05 17:18:51 +01:00
.gitignore Set up the source tree for the typescript rewrite. Nothing really here just yet, just filler 2024-02-04 13:02:45 -05: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.ts Fix indentation (consistent formatting CHALLENGE) 2024-04-05 17:16:20 +01: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 More i18n related updates 2024-03-15 04:01:40 -04:00
README.md More i18n related updates 2024-03-15 04:01:40 -04:00
tsconfig.json Set up the source tree for the typescript rewrite. Nothing really here just yet, just filler 2024-02-04 13:02:45 -05:00
webapp.png Add temporary icon test 1 2023-01-26 19:00:06 -05:00
yarn.lock More i18n related updates 2024-03-15 04:01:40 -04:00

CollabVM 1.2 Webapp 2.0

CollabVM Web App

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

Building

Edit Config.ts 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