This app controls open-rangefeed.
Make sure you have yarn installed ($ npm install -g yarn
), then do:
$ yarn
Populate default tweet data in:
Default company logo:
Note: the image format must be base64.
Replace XXX with the name of your DB in CouchDB.
$ REACT_APP_DBNAME=XXX yarn start
Replace XXX with the name of your DB in CouchDB.
$ REACT_APP_DBNAME=XXX yarn run build
You can configure custom db connections in file src/dbconfig.js.
Rangefeed2 uses react-couchdb-store to automatically create states and make them persistent in our database so they can be shared between the main app and the Admin app.