From cdeeb6c6fa639c47f8678b8b59359675076de62e Mon Sep 17 00:00:00 2001 From: JonnyBurger Date: Sat, 18 Oct 2025 11:25:51 +0200 Subject: [PATCH] Explain how to use examples dev server --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e754a7c..610962e 100644 --- a/README.md +++ b/README.md @@ -200,7 +200,7 @@ npm run lint # ESLint npm run docs:generate # Generates API docs npm run docs:dev # Start docs development server -npm run dev # Start examples development server - +npm run dev # Start examples development server, will run at http://localhost:5173/examples/[name]/index.html + npm run docs:build # Build docs and examples ``` \ No newline at end of file