Skip to content

Commit c5bd424

Browse files
committed
Update readme according to removal of nwb
1 parent e234b1e commit c5bd424

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,11 +8,13 @@
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.
1820

0 commit comments

Comments
 (0)