aboutsummaryrefslogtreecommitdiff
path: root/demo/README.md
diff options
context:
space:
mode:
authorUri Shaked2022-05-23 17:46:27 +0300
committerUri Shaked2022-05-23 17:46:27 +0300
commit881ebb6006eeedc799b408c99da2042ec6bc3d87 (patch)
tree1878aa68befd7cd8109a7f1a890afc9db2c8b028 /demo/README.md
parent0.19.0 (diff)
downloadavr8js-881ebb6006eeedc799b408c99da2042ec6bc3d87.tar.gz
avr8js-881ebb6006eeedc799b408c99da2042ec6bc3d87.tar.bz2
avr8js-881ebb6006eeedc799b408c99da2042ec6bc3d87.zip
refactor(demo): migrate to Vite
ditch parcel v1, and replace it with Vite. Vite is much faster and smaller, compared to parcel
Diffstat (limited to '')
-rw-r--r--demo/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/README.md b/demo/README.md
index 9be5c19..a8e0b27 100644
--- a/demo/README.md
+++ b/demo/README.md
@@ -4,6 +4,6 @@ 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
+3. Go to http://localhost:3000/ and start tinkering
The demo is configured to automatically reload the app whenever you change the code.