Skip to content

Commit 5c3bcd0

Browse files
committed
Update readme according to removal of nwb
1 parent f7180a9 commit 5c3bcd0

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@
88

99
## Demo Development Server
1010

11-
- `npm start` will run a development server with the component's demo app at [http://localhost:3000](http://localhost:3000) with hot module reloading.
11+
- `npm start` will run a development server with the component's demo app at [http://localhost:8080](http://localhost:8080) with hot module reloading.
1212

1313
## Building
1414

15-
- `npm run build` will build the component for publishing to npm and also bundle the demo app.
15+
- `npm run build` will build the component for publishing to npm.
16+
17+
- `npm run build-demo` will build the demo for publishing to github-pages.
1618

1719
- `npm run clean` will delete built resources.

0 commit comments

Comments
 (0)