We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e234b1e commit c5bd424Copy full SHA for c5bd424
1 file changed
CONTRIBUTING.md
@@ -8,11 +8,13 @@
8
9
## Demo Development Server
10
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.
+- `npm start` will run a development server with the component's demo app at [http://localhost:8080](http://localhost:8080) with hot module reloading.
12
13
## Building
14
15
-- `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.
16
+
17
+- `npm run build-demo` will build the demo for publishing to github-pages.
18
19
- `npm run clean` will delete built resources.
20
0 commit comments