2023-02-07 12:36:41 -05:00
|
|
|
# CollabVM1.ts
|
2023-02-09 16:01:26 -05:00
|
|
|
This is a drop-in replacement for the dying CollabVM 1.2.11. Currently in beta
|
2023-02-07 12:36:41 -05:00
|
|
|
|
|
|
|
|
## Running
|
|
|
|
|
1. Copy config.example.toml to config.toml, and fill out fields
|
|
|
|
|
2. Build it: `npm run build`
|
2023-02-09 16:01:26 -05:00
|
|
|
3. Run it: `npm run serve`
|