updated README.md
This commit is contained in:
parent
36d07c0e97
commit
c7dfac94a7
17
README.md
17
README.md
@ -1,17 +1,18 @@
|
|||||||
# screensy-unbloated
|
# screensy-unbloated
|
||||||
|
|
||||||
Screen sharing website.
|
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
|
## Usage
|
||||||
|
|
||||||
1. ```sh
|
1. ```sh
|
||||||
|
npm install
|
||||||
|
```
|
||||||
|
2. ```sh
|
||||||
cp default-config.json config.json
|
cp default-config.json config.json
|
||||||
```
|
```
|
||||||
2. Edit `config.json`
|
3. Edit `config.json`
|
||||||
3.
|
4. ```sh
|
||||||
|
npm run build
|
||||||
```sh
|
npm run start
|
||||||
npm run build
|
```
|
||||||
npm run start
|
|
||||||
```
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user