From 38e97d6eb6710c9f5c277cc147ebc9bf259e277d Mon Sep 17 00:00:00 2001 From: Justin Boileau Date: Mon, 25 Jul 2022 16:04:03 +0200 Subject: [PATCH] removed local demo --- README.md | 12 ++---------- demo/index.html | 29 ----------------------------- package.json | 2 +- 3 files changed, 3 insertions(+), 40 deletions(-) delete mode 100644 demo/index.html diff --git a/README.md b/README.md index 177e2974..34b8aa24 100644 --- a/README.md +++ b/README.md @@ -144,22 +144,14 @@ For most of the tools, the configuration is in the `package.json` to reduce the If you customize the configuration a lot, you can consider moving them to individual files. -### Local Demo with `web-dev-server` - -```bash -npm start -``` - -To run a local development server that serves the basic demo located in `demo/index.html` - ## License The blindnet devkit Privacy Components for the Web project is available under [MIT][license] (and [here](https://github.com/blindnet-io/openness-framework/blob/main/docs/decision-records/DR-0001-oss-license.md) is why). -[new-issue]: https://github.com/blindnet-io/{project-short-name}/issues/new/choose -[fork]: https://github.com/blindnet-io/{project-short-name}/fork +[new-issue]: https://github.com/blindnet-io/privacy-components-web/issues/new/choose +[fork]: https://github.com/blindnet-io/privacy-components-web/fork diff --git a/demo/index.html b/demo/index.html deleted file mode 100644 index ec62b7b0..00000000 --- a/demo/index.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - -
- - - - diff --git a/package.json b/package.json index 41e56bb7..87867d60 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "prestorybook:build": "yarn build", "storybook:build": "build-storybook", "prebundle": "yarn storybook:build", - "bundle": "rimraf build && copyfiles -u 1 -a -E \"storybook-static/*\" \"storybook-static/**/*\" build && copyfiles -a -E \"demo/*\" \"demo/**/*\" \"dist/*\" \"dist/**/*\" build" + "bundle": "rimraf build && copyfiles -u 1 -a -E \"storybook-static/*\" \"storybook-static/**/*\" build && copyfiles -a -E \"dist/*\" \"dist/**/*\" build" }, "dependencies": { "lit": "^2.0.2",