Document how to build NPM module

This commit is contained in:
Jordan Eldredge 2018-08-20 18:23:02 -07:00
parent f93c08ec1a
commit 72c25f0740

View file

@ -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