Skip to content

Commit

Permalink
fix #86 add docker info and badges (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkorland committed Feb 6, 2024
1 parent f32d0a8 commit 1e1d162
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@

[![Dockerhub](https://img.shields.io/docker/pulls/falkordb/falkordb-browser?label=Docker)](https://hub.docker.com/r/falkordb/falkordb-browser/)
[![Discord](https://img.shields.io/discord/1146782921294884966?style=flat-square)](https://discord.gg/ErBEqN9E)
[![Workflow](https://github.com/FalkorDB/falkordb-browser/actions/workflows/nextjs.yml/badge.svg?branch=main)](https://github.com/FalkorDB/falkordb-browser/actions/workflows/nextjs.yml)

FalkorDB-Browser is a visualization UI for FalkorDB.

To see a running demo check: https://browser.falkordb.com/

![image](https://github.com/FalkorDB/falkordb-browser/assets/753206/51a81ef9-6bb2-40ce-ad9b-6381978c7562)

## Run in Docker

```
sudo docker run -p 3000:3000 -it falkordb/falkordb-browser:edge
```

## Getting Started
## Development - Getting Started

First copy the `.env.local.template` as `.env.local`.

Expand All @@ -31,3 +40,5 @@ Open [http://localhost:3000](http://localhost:3000) with your browser to see the
docker run -p 6379:6379 -it --rm falkordb/falkordb:latest
```



0 comments on commit 1e1d162

Please sign in to comment.