Compare commits

...

1 Commits

Author SHA1 Message Date
Altair-sh
c7dfac94a7 updated README.md 2025-09-19 08:19:22 +05:00

View File

@@ -1,17 +1,18 @@
# screensy-unbloated
Screen sharing website.
Based on https://github.com/screensy/screensy but without a ton of bloat
Based on https://github.com/screensy/screensy but without docker, caddy, go webserver and other bloat
## Usage
1. ```sh
npm install
```
2. ```sh
cp default-config.json config.json
```
2. Edit `config.json`
3.
```sh
3. Edit `config.json`
4. ```sh
npm run build
npm run start
```