Want to help me make this thing awesome? Great! Here's how you should get started.
- First, make sure that the bugfix or feature you're looking to implement isn't better fit for express-pouchdb.
- PouchDB is still developing rapidly. If you need bleeding egde versions, you should first read how to set up express-pouchdb for local development. (Make sure that, afterwards, you
npm link
express-pouchdb). - Go ahead and fork pouchdb-server, clone it to your machine.
- Now you'll want to, from the root of pouchdb-server,
npm link express-pouchdb
. npm install
the rest of the dependencies.
Please make your changes on a separate branch whose name reflects your changes, push them to your fork, and open a pull request!
For commit message style guidelines, please refer to PouchDB CONTRIBUTING.md.