0.8.0 • Published 1 year ago

track-trace-tools v0.8.0

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Welcome to Track & Trace Tools

CircleCI

What's Track & Trace Tools?

Track & Trace Tools is an open source browser extension that adds extra features to Metrc. It is not affiliated with Metrc.

Liability

This software is released under the MIT license. Read a quick overview of this license.

Getting Started

  1. After downloading the repository, install the required packages:

    $ npm install
  2. Build the extension:

    To build for local development:

    $ npm run serve

    To build for production:

    $ npm run build
  3. Once the build has finished, load the dist/ directory into your browser.

Testing

To run tests:

$ npm run test:unit

License

Track & Trace Tools is released under the MIT License.