diff options
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 000000000..ee1fb73d5 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Dash Web + +To run +* +* Install Node.js, then within the dash-web folder run +* `npm install` +* `npm start` +* goto `http://localhost:1050` |