Skip to content

pouchdb/pouchdb-fauxton

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pouchdb-fauxton

Fork/modification of couchdb-fauxton designed for pouchdb-server and express-pouchdb

Usage

npm install pouchdb-fauxton

The web files are in www/.

Description

How it works:

  1. Check out the couchdb-fauxton source from Github
  2. Apply some transformations to style it
  3. Build couchdb-fauxton from source
  4. Publish the built files to npm

Why a separate repo? It takes a while to build couchdb-fauxton, and it would be painful to build couchdb-fauxton from source just to build express-pouchdb/pouchdb-server, so by putting it in a separate module we can just deploy the built files to npm.

Development

To update this project to a later version of Fauxton, you'll need to change the GIT_HASH in prepublish.sh.

To hack on pouchdb-server/express-pouchdb while updating Fauxton, you'll just need to npm link it:

cd path/to/pouchdb-fauxton
npm link
cd path/to/express-pouchdb
npm link pouchdb-fauxton

You can also link express-pouchdb to pouchdb-server in this manner.

About

Fork of CouchDB Fauxton for PouchDB Server

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 86.6%
  • CSS 9.5%
  • JavaScript 3.9%