From 80e3fb70bffea6275c7171ae8ceea1143c16800c Mon Sep 17 00:00:00 2001 From: Mallory <53388337+riko@users.noreply.github.com> Date: Fri, 12 Jul 2024 16:04:43 -0400 Subject: [PATCH] unnecessary --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index ef92973..58dc379 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,7 @@ # CollabVM 1.2 Webapp 2.0 - -![CollabVM Web App](/webapp.png) - 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 @@ -19,21 +15,17 @@ Copy config.example.json to config.json and edit to your needs, then: 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`