We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7180a9 commit 5c3bcd0Copy full SHA for 5c3bcd0
1 file changed
CONTRIBUTING.md
@@ -8,10 +8,12 @@
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.
0 commit comments