Skip to content

Commit 71e4f39

Browse files
authored
Merge pull request #135 from FalkorDB/gkorland-patch-1
Fix discord invite
2 parents 9112f5e + 821be95 commit 71e4f39

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,32 @@
1+
[![Try Free](https://img.shields.io/badge/Try%20Free-FalkorDB%20Cloud-FF8101?labelColor=FDE900&link=https://app.falkordb.cloud)](https://app.falkordb.cloud)
12
[![Dockerhub](https://img.shields.io/docker/pulls/falkordb/falkordb?label=Docker)](https://hub.docker.com/r/falkordb/falkordb/)
2-
[![Discord](https://img.shields.io/discord/1146782921294884966?style=flat-square)](https://discord.gg/ErBEqN9E)
3+
[![Discord](https://img.shields.io/discord/1146782921294884966?style=flat-square)](https://discord.com/invite/6M4QwDXn2w)
34
[![Workflow](https://github.com/FalkorDB/code-graph/actions/workflows/nextjs.yml/badge.svg?branch=main)](https://github.com/FalkorDB/code-graph/actions/workflows/nextjs.yml)
45

56
![image](https://github.com/FalkorDB/code-graph/assets/753206/60f535ed-cf29-44b2-9005-721f11614803)
67

78
## Getting Started
9+
[Live Demo](https://code-graph.falkordb.com/)
810

9-
Run FalkorDB
11+
### Run FalkorDB
1012

1113
```bash
1214
docker run -p 6379:6379 -it --rm falkordb/falkordb
1315
```
1416

15-
Install node packages
17+
### Install node packages
1618

1719
```bash
1820
npm install
1921
```
2022

21-
Set your OpenAI key
23+
### Set your OpenAI key
2224

2325
```
2426
export OPENAI_API_KEY=YOUR_OPENAI_API_KEY
2527
```
2628

27-
Run the development server:
29+
### Run the development server
2830

2931
```bash
3032
npm run dev

0 commit comments

Comments
 (0)