https://github.com/pouchdb/pouchdb-fauxton-base
https://github.com/pouchdb/pouchdb-fauxton-base
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pouchdb/pouchdb-fauxton-base
- Owner: pouchdb
- Created: 2014-10-20T11:29:35.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-03-07T07:16:18.000Z (over 9 years ago)
- Last Synced: 2025-04-04T13:21:57.916Z (about 1 year ago)
- Language: JavaScript
- Size: 5.81 MB
- Stars: 3
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Contributing: CONTRIBUTING.md
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.