https://github.com/simoneb/corvus
https://github.com/simoneb/corvus
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simoneb/corvus
- Owner: simoneb
- License: other
- Created: 2014-09-24T08:13:45.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-11-09T21:26:13.000Z (over 11 years ago)
- Last Synced: 2025-01-31T16:51:27.635Z (over 1 year ago)
- Language: JavaScript
- Size: 8.38 MB
- Stars: 7
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.**