aboutsummaryrefslogtreecommitdiff
path: root/demo/README.md
blob: a8e0b2721d6de664f6e118d0af89b00282638297 (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:3000/ and start tinkering

The demo is configured to automatically reload the app whenever you change the code.