mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-06-05 05:36:39 +00:00
docs(README): Add DB explorer UI
This commit is contained in:
parent
1d4725512c
commit
5ee6734a41
13
README.md
13
README.md
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user