Tracking
A set of tracking helpers
Usage
import tracking from '@vivareal/tracking';
OR
import { someModule } from '@vivareal/tracking';
Run it locally
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Running on local machine
yarn dev
Running the tests
yarn test
Build
Build to dist folder
yarn run build
Code Formatting Guidelines
This project relies on prettier to automatically format the code.
In the precommit
hook, your code will be checked against eslint
and prettier
rules to avoid sending bad formatted code to production.
Publish a new version
See root's README file