mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
Document how to build NPM module
This commit is contained in:
parent
f93c08ec1a
commit
72c25f0740
1 changed files with 5 additions and 1 deletions
|
|
@ -34,13 +34,17 @@ Open `http://localhost:8080/webpack-dev-server/` in your browser.
|
|||
# Run tests and lint checks
|
||||
npm test
|
||||
|
||||
## Building
|
||||
## Building the demo site (webmap.org)
|
||||
|
||||
npm run build
|
||||
npm run serve
|
||||
|
||||
Open the local ip/port that is output to the console in your browser.
|
||||
|
||||
## Building the NPM module
|
||||
|
||||
npm run build-library
|
||||
|
||||
## Testing
|
||||
|
||||
npm test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue