aboutsummaryrefslogtreecommitdiff
path: root/demo/README.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-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.