0.2.0 • Published 9 years ago

ember-cli-remotestorage v0.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

ember-cli-remotestorage

Adds remoteStorage.js to your Ember application, so your users can choose where to store/sync their app data and you don't have to run a back-end for that.

Installation

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.