aboutsummaryrefslogtreecommitdiff
path: root/demo/README.md
diff options
context:
space:
mode:
authorUri Shaked2019-11-23 22:00:00 +0200
committerUri Shaked2019-11-23 22:00:00 +0200
commitc800f1c5695c4d1583251eeae99b9f8cf3623620 (patch)
treee48a35ec9d184e6bbe56d9f870fea77ec393ea90 /demo/README.md
parentfeat: add blink demo (diff)
downloadavr8js-c800f1c5695c4d1583251eeae99b9f8cf3623620.tar.gz
avr8js-c800f1c5695c4d1583251eeae99b9f8cf3623620.tar.bz2
avr8js-c800f1c5695c4d1583251eeae99b9f8cf3623620.zip
doc: README for demo, explain about running tests
Diffstat (limited to 'demo/README.md')
-rw-r--r--demo/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/demo/README.md b/demo/README.md
new file mode 100644
index 0000000..9be5c19
--- /dev/null
+++ b/demo/README.md
@@ -0,0 +1,9 @@
+# AVR8js Demo
+
+AVR8js + Monaco Editor. To run this demo:
+
+1. Install dependencies: `npm install`
+2. Start the code: `npm start`
+3. Go to http://localhost:1234/ and start tinkering
+
+The demo is configured to automatically reload the app whenever you change the code.