unnecessary
This commit is contained in:
parent
a82906d9c5
commit
80e3fb70bf
|
|
@ -1,11 +1,7 @@
|
||||||
# CollabVM 1.2 Webapp 2.0
|
# CollabVM 1.2 Webapp 2.0
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
The CollabVM Web App is the viewer for the CollabVM Server.
|
The CollabVM Web App is the viewer for the CollabVM Server.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
Copy config.example.json to config.json and edit to your needs, then:
|
Copy config.example.json to config.json and edit to your needs, then:
|
||||||
|
|
||||||
## yarn
|
## yarn
|
||||||
|
|
@ -19,21 +15,17 @@ Copy config.example.json to config.json and edit to your needs, then:
|
||||||
The build output directory is `dist/`.
|
The build output directory is `dist/`.
|
||||||
|
|
||||||
## Unit testing
|
## Unit testing
|
||||||
|
|
||||||
This is very minimal and only tests a single standalone part at the moment:
|
This is very minimal and only tests a single standalone part at the moment:
|
||||||
|
|
||||||
- `yarn test`
|
- `yarn test`
|
||||||
|
|
||||||
## Serving
|
## Serving
|
||||||
|
|
||||||
Just drop the contents of `dist/` somewhere into your webroot.
|
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:
|
For **testing or development purposes only**, you can throw up a quick test webserver with the following command:
|
||||||
|
|
||||||
## yarn
|
## yarn
|
||||||
|
|
||||||
`yarn serve`
|
`yarn serve`
|
||||||
|
|
||||||
## npm
|
## npm
|
||||||
|
|
||||||
`npm run serve`
|
`npm run serve`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user