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

https://github.com/pouchdb/pouchdb-fauxton-base


https://github.com/pouchdb/pouchdb-fauxton-base

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

PouchDB-Fauxton - base code
===========================

This is a fork of [the express-pouchdb Fauxton project](https://github.com/pouchdb/pouchdb-fauxton)
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](https://github.com/apache/couchdb-fauxton).
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.