Skip to content
Snippets Groups Projects
Commit 97cbdccf authored by Jake Read's avatar Jake Read
Browse files

more doc

parent 0cf40db8
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ It's in the early stages, so bear with us. Everything is going to be great. ...@@ -13,7 +13,7 @@ It's in the early stages, so bear with us. Everything is going to be great.
# Usage # Usage
# Installing Node.js, WebSocket and SerialPort ## Installing Node.js, WebSocket and SerialPort
To Run DMC, you'll need to install node.js, and then the packages serialport and ws (websocket). To Run DMC, you'll need to install node.js, and then the packages serialport and ws (websocket).
...@@ -45,7 +45,9 @@ To install ws, do ...@@ -45,7 +45,9 @@ To install ws, do
``npm install ws`` ``npm install ws``
## Run DMC (yay!) # Running DMC
To run the program, we launch the main.js file with node, from the command line. One of the things this does is run a tiny HTTP server that we can use to access the UI.
cd to the rndmc folder and run: cd to the rndmc folder and run:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment