docs(README): Add DB explorer UI

This commit is contained in:
rigwild 2020-06-09 14:41:37 +02:00 committed by Mark Robert Henderson
parent 1d4725512c
commit 5ee6734a41

View File

@ -40,6 +40,7 @@ We also have regular community calls, which we announce in the issues in [the @o
- [Usage](#usage)
* [CLI](#cli)
* [Database browser UI](#database-browser-ui)
* [Module with IPFS Instance](#module-with-ipfs-instance)
* [Module with IPFS Daemon](#module-with-ipfs-daemon)
- [API](#api)
@ -79,6 +80,18 @@ It can be installed from npm with:
npm install orbit-db-cli -g
```
### Database browser UI
OrbitDB databases can easily be managed using a web UI, see **[OrbitDB Control Center](https://github.com/orbitdb/orbit-db-control-center)**.
Install and run it locally:
```
git clone https://github.com/orbitdb/orbit-db-control-center.git
cd orbit-db-control-center/
npm i && npm start
```
### Module with IPFS Instance
If you're using `orbit-db` to develop **browser** or **Node.js** applications, use it as a module with the javascript instance of IPFS