screensy-unbloated/README.md
2025-09-19 06:59:13 +05:00

18 lines
252 B
Markdown

# screensy-unbloated
Screen sharing website.
Based on https://github.com/screensy/screensy but without a ton of bloat
## Usage
1. ```sh
cp default-config.json config.json
```
2. Edit `config.json`
3.
```sh
npm run build
npm run start
```