Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1002 Bytes

installation.md

File metadata and controls

26 lines (17 loc) · 1002 Bytes

NPM

Datastore has been built with modularity in mind and for this reason, it is recommended to use NPM has the primary installation method. Datastore's code follows CommonJS standards and pairs nicely with module bundler such as Browserify or Webpack

# latest stable
$ npm install datastore

Standalone

If you don't use modules bundler, you can include datastore as a global variable by downloading the standalone version and include it with a script tag:

Development version
Production version

Dev Build

git clone https://github.com/bredele/datastore.git
cd datastore
npm install
npm run build