To use lockbox-datastore
in your own projects, install it from the repository:
npm install --save git+https://github.com/mozilla-lockbox/lockbox-datastore.git
To build lockbox-datastore
, first clone this repository then install dependencies:
git clone https://github.com/mozilla-lockbox/lockbox-datastore.git
cd lockbox-datastore
npm install
To run tests in a web browser:
npm test