diff --git a/README.md b/README.md index be18079..5e3d121 100644 --- a/README.md +++ b/README.md @@ -55,12 +55,7 @@ This project uses [npm workspaces](https://docs.npmjs.com/cli/v9/using-npm/works Install dependencies: `npm install` -Running the demo only: -- Build the lib: `npm run build -w packages/addons` -- Run the demo: `npm run dev -w packages/demo`. The demo is accessible at http://localhost:5173/ - -Develop the lib and live update the demo -- run `npm run dev` +Develop the lib and live update the demo: run `npm start`. The demo is accessible at http://localhost:5173/ ## 📃 License diff --git a/package.json b/package.json index 613a814..d238091 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "./packages/*" ], "scripts": { - "dev": "concurrently -n lib,demo \"npm run dev -w packages/addons\" \"npm run dev -w packages/demo\"" + "start": "concurrently -n lib,demo \"npm run dev -w packages/addons\" \"npm run dev -w packages/demo\"" }, "devDependencies": { "concurrently": "~8.2.0", diff --git a/packages/demo/index.html b/packages/demo/index.html index 8a4b136..6a70ecc 100644 --- a/packages/demo/index.html +++ b/packages/demo/index.html @@ -18,12 +18,9 @@
bv-experimental-add-ons
provides new experimental features for bpmn-visualization.
-
bpmn-visualization
examples: ⏩ live environment
+
@@ -32,6 +29,7 @@ bpmn-visualization
examples and demos: ⏩ live environment