0.1.3 • Published 2 years ago

penta-dealer-locator v0.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Penta Dealer Locator

Shared component for the Volvo Penta ecosystem

What tech is used?

How do I run this locally?

For any details you can take a look at the package.json file for the available scripts.

yarn or npm

This project mainly uses npm, either works fine. But to reduce the need for two lock-files i suggest running it on npm.

Starting the dev server

npm run start

Building the project for production

npm run build

Running tests in interactive mode

npm run test:watch

Running tests in non-interactive mode

npm run test

Bundle for npm publish

npm run rollup