Skip to content

Commit

Permalink
Merge pull request #26 from blindnet-io/fix-demo
Browse files Browse the repository at this point in the history
removed local demo
  • Loading branch information
jboileau99 authored Jul 25, 2022
2 parents 724058e + 38e97d6 commit 85a56d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 40 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

<!-- project's URLs -->

[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

<!-- Tools -->

Expand Down
29 changes: 0 additions & 29 deletions demo/index.html

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 85a56d3

Please sign in to comment.