Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 6, 2023
0 parents commit 5210bcb
Show file tree
Hide file tree
Showing 553 changed files with 73,900 additions and 0 deletions.
Empty file added .empty
Empty file.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This branch contains built storybooks from pull requests and master branch.
27 changes: 27 additions & 0 deletions main/demo/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Demo

You can serve demo static files to illustrate usage of web component in dedicated pages.
All demos files from this folder will be published on gh-pages beside webcomponents.
The published tree will be

```
- gh-pages
- demo
- eea
- showcase 1
- showcase 2
- webcomponents
gn-wc.js
```

You will need to load the webcomponents with the correct path to `gn-wc.js`

## Run

```shell script
npm run demo
```

You'll be able to test your files on `http://localhost:8001/pages/`

e.g: http://localhost:8001/pages/eea/results-list.html
Loading

0 comments on commit 5210bcb

Please sign in to comment.