From 881ebb6006eeedc799b408c99da2042ec6bc3d87 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Mon, 23 May 2022 17:46:27 +0300 Subject: refactor(demo): migrate to Vite ditch parcel v1, and replace it with Vite. Vite is much faster and smaller, compared to parcel --- demo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demo/README.md') 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. -- cgit v1.2.3