Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 26, 2024
0 parents commit e1a2e3d
Show file tree
Hide file tree
Showing 4,391 changed files with 443,460 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Empty file added .empty
Empty file.
27 changes: 27 additions & 0 deletions 1.1.x/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 e1a2e3d

Please sign in to comment.