We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91833eb commit 0d37203Copy full SHA for 0d37203
README.md
@@ -1,4 +1,4 @@
1
-# Drinkbot: A Rasperry Pi-powered Robotic Bartender
+# Drinkbot: A Raspberry Pi-powered Robotic Bartender
2
3
This is the nodejs code for the Rasperry Pi-based robotic bartender (which I call drinkbot) described at:
4
@@ -16,13 +16,16 @@ Change to the folder where you downloaded the files.
16
17
Start the backend:
18
19
+```
20
$ node backend.js &
21
22
23
Start the web front-end:
24
-$ cd frontend &
-
25
26
+$ cd frontend
27
$ node server.js &
28
29
30
If you want to start it at boot, you can add this to your crontab (your paths may be different):
31
0 commit comments