From 28e878351916476da6c269d0c9bd7a0c64fbb3fb Mon Sep 17 00:00:00 2001 From: elijahr2411 Date: Tue, 7 Feb 2023 12:36:41 -0500 Subject: [PATCH] Add readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..67bb57c --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# CollabVM1.ts +This is a drop-in replacement for the dying CollabVM 1.2.11. Still in alpha. + +## Running +1. Copy config.example.toml to config.toml, and fill out fields +2. Build it: `npm run build` +3. Run it: `npm run serve` \ No newline at end of file