Skip to content
This repository has been archived by the owner on Sep 19, 2018. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 455 Bytes

install.md

File metadata and controls

23 lines (16 loc) · 455 Bytes

Installing

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

Building

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