README.md

This commit is contained in:
Koushik Dutta
2021-08-24 22:47:46 -07:00
parent a46b2811ed
commit 4eb6b13c83

6
server/README.md Normal file
View File

@@ -0,0 +1,6 @@
```sh
git clone https://github.com/koush/scrypted.git
cd scrypted/server
npm install
npm run serve
```