blob: 9be5c19841a2252916c9d2c581e79c71322ff591 (
plain)
1
2
3
4
5
6
7
8
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.
|