Track & Trace Tools is an open source browser extension that adds extra features to Metrc. It is not affiliated with Metrc.
This software is released under the MIT license. Read a quick overview of this license.
-
After downloading the repository, install the required packages:
$ npm install
-
Build the extension:
To build for local development:
$ npm run serve
To build for production:
$ npm run build
-
Once the build has finished, load the
dist/
directory into your browser.
To run tests:
$ npm run test:unit
Track & Trace Tools is released under the MIT License.