mirror of
https://github.com/koush/scrypted.git
synced 2026-06-02 01:30:26 +01:00
Update README.md
This commit is contained in:
23
README.md
23
README.md
@@ -46,10 +46,8 @@ sudo apt install libavahi-compat-libdnssd-dev
|
||||
```sh
|
||||
# checkout source
|
||||
git clone https://github.com/koush/scrypted.git
|
||||
cd scrypted
|
||||
```
|
||||
|
||||
```sh
|
||||
# npm install and run
|
||||
cd scrypted/server
|
||||
npm install
|
||||
npm run serve
|
||||
@@ -58,9 +56,22 @@ npm run serve
|
||||
|
||||
## Run and Debug in VSCode
|
||||
|
||||
1. Install any prerequisites listed above.
|
||||
2. Open the scrypted/server folder in VSCode: `code scrypted/server`
|
||||
3. Launch
|
||||
|
||||
```sh
|
||||
# Install any prerequisites listed above.
|
||||
|
||||
# checkout source
|
||||
git clone https://github.com/koush/scrypted.git
|
||||
|
||||
# npm install
|
||||
cd scrypted/server
|
||||
npm install
|
||||
|
||||
# start VSCode
|
||||
code .
|
||||
```
|
||||
|
||||
You can now launch Scrypted in VSCode.
|
||||
|
||||
## Plugin Development Documentation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user