diff --git a/server/README.md b/server/README.md new file mode 100644 index 000000000..4d5d7ca66 --- /dev/null +++ b/server/README.md @@ -0,0 +1,6 @@ +```sh +git clone https://github.com/koush/scrypted.git +cd scrypted/server +npm install +npm run serve +```