From 7a449f2741c2cc79a9ab256d2e20d7ef447d6968 Mon Sep 17 00:00:00 2001 From: Rob Morieson Date: Fri, 23 Dec 2022 12:31:57 +1100 Subject: [PATCH] :pencil: link to Vite --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1813c82..1132a26 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Made by the team at [♠ Calibre](https://calibreapp.com/), your performance com ## Running the project -`npm run dev` launches a local Vite dev server, accessible via [http://127.0.0.1:5173/](http://127.0.0.1:5173/). +`npm run dev` launches a local [Vite](https://vitejs.dev/) dev server, accessible via [http://127.0.0.1:5173/](http://127.0.0.1:5173/). Vite’s dev server watches for source file changes, performing a live reload if any are detected.