Skip to content

Commit

Permalink
Update readme according to removal of nwb
Browse files Browse the repository at this point in the history
  • Loading branch information
adsbooker committed Oct 4, 2019
1 parent e234b1e commit c5bd424
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@

## Demo Development Server

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

## Building

- `npm run build` will build the component for publishing to npm and also bundle the demo app.
- `npm run build` will build the component for publishing to npm.

- `npm run build-demo` will build the demo for publishing to github-pages.

- `npm run clean` will delete built resources.

Expand Down

0 comments on commit c5bd424

Please sign in to comment.