Skip to content

Commit a3a9ef5

Browse files
committed
Add basic instructions for local preview in README.md
Instructions are from openUC2/rpi-imswitch-os#19 (comment)
1 parent 659960c commit a3a9ef5

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,15 @@
22

33
This is the repository where you will find all kinds of documents, tutorials and helping functions to get started with UC2.
44

5+
## Development
6+
7+
### Local preview
8+
9+
Run:
10+
11+
```
12+
npm install
13+
npm run start
14+
```
15+
16+
Then open: <http://localhost:3000>

package-lock.json

Lines changed: 0 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)