From c800f1c5695c4d1583251eeae99b9f8cf3623620 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Sat, 23 Nov 2019 22:00:00 +0200 Subject: doc: README for demo, explain about running tests --- demo/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 demo/README.md (limited to 'demo') 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. -- cgit v1.2.3