An open API service indexing awesome lists of open source software.

https://github.com/simoneb/corvus


https://github.com/simoneb/corvus

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

Corvus
=====

Corvus is an open source mobile client for the [RavenDB](http://ravendb.net) document database.

You are welcome to contribute to the development by submitting bug reports, feature and pull requests.

Corvus is written with [ionic](http://ionicframework.com) and based on the popular
cross-platform mobile development platform [cordova](http://cordova.apache.org).

## Development

### One-time setup

- install *nodejs* (and *npm*)
- `npm install -g gulp bower ionic`
- clone this repository
- cd into the checkout folder
- `bower install`
- `gulp install`

### Cycle

- `ionic serve` for desktop browser or
- `ionic run` for emulator (not recommended) or phone

**Corvus is not affiliated with RavenDB or its creators.**