mirror of
https://github.com/computernewb/collab-vm-1.2-webapp.git
synced 2025-01-22 10:52:05 -05:00
The webapp for the CollabVM Server
3221e2c86f
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> |
||
---|---|---|
collab-vm-1.2-binary-protocol@cfe9acc60b | ||
src | ||
static/lang | ||
.editorconfig | ||
.gitignore | ||
.gitmodules | ||
.npmrc | ||
.parcelrc | ||
.prettierignore | ||
.prettierrc.json | ||
config.example.json | ||
jest.config.js | ||
LICENSE | ||
package.json | ||
README.md | ||
tsconfig.json | ||
webapp.png | ||
yarn.lock |
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