diff options
| author | Uri Shaked | 2019-11-23 22:00:00 +0200 |
|---|---|---|
| committer | Uri Shaked | 2019-11-23 22:00:00 +0200 |
| commit | c800f1c5695c4d1583251eeae99b9f8cf3623620 (patch) | |
| tree | e48a35ec9d184e6bbe56d9f870fea77ec393ea90 /demo | |
| parent | feat: add blink demo (diff) | |
| download | avr8js-c800f1c5695c4d1583251eeae99b9f8cf3623620.tar.gz avr8js-c800f1c5695c4d1583251eeae99b9f8cf3623620.tar.bz2 avr8js-c800f1c5695c4d1583251eeae99b9f8cf3623620.zip | |
doc: README for demo, explain about running tests
Diffstat (limited to '')
| -rw-r--r-- | demo/README.md | 9 |
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. |
