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 Jul 19, 2019
1 parent f7180a9 commit 5c3bcd0
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,10 +8,12 @@

## 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.

0 comments on commit 5c3bcd0

Please sign in to comment.