Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 822 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (10 loc) · 822 Bytes

Contributing

Develop

  1. $ npm run watch to build in watch mode,
  2. then $ npm run link:library to install modules.
  3. To launch the demo app (or your own app), link the module by running $ npm link ngx-googlemaps-tracking-view (from the app's root) after installing dependencies.

Publish

  1. Publish package: $npm run publish
  2. Deploy demo and docs: $ npm run deploy