Skip to content

nephacks/collab-vm-1.2-webapp

 
 

Repository files navigation

CollabVM 1.2 Webapp 2.0

CollabVM Web App

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

About

The webapp for the CollabVM Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 81.5%
  • HTML 14.4%
  • CSS 4.0%
  • JavaScript 0.1%