Merge pull request #1 from HolyNetworkAdapter/patch-1

This commit is contained in:
Elijah R
2023-02-09 17:18:47 -05:00
committed by GitHub

View File

@@ -3,5 +3,6 @@ This is a drop-in replacement for the dying CollabVM 1.2.11. Currently in beta
## Running ## Running
1. Copy config.example.toml to config.toml, and fill out fields 1. Copy config.example.toml to config.toml, and fill out fields
2. Build it: `npm run build` 2. Install dependencies: `npm i`
3. Run it: `npm run serve` 3. Build it: `npm run build`
4. Run it: `npm run serve`