Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 641 Bytes

readme.md

File metadata and controls

21 lines (15 loc) · 641 Bytes

PouchDB-Fauxton - base code

This is a fork of the express-pouchdb Fauxton project which makes Fauxton run on top of pure PouchDB by intercepting XMLHttpRequests. Go there for non-pouchdb-fauxton browser addons specific stuff.

Express-pouchdb's Fauxton is in turn based on the main Fauxton project. Go there for the real repo and real documentation.

Build

Build the HTML/CSS/JS:

npm install
./node_modules/.bin/grunt couchdb

Then copy dist/release into your pouchdb-fauxton-logic/fauxton directory.