Skip to content

Commit c206b91

Browse files
authored
Update README.md
1 parent 217814a commit c206b91

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,29 @@
55
![image](https://github.com/FalkorDB/code-graph/assets/753206/60f535ed-cf29-44b2-9005-721f11614803)
66

77
## Getting Started
8+
[![Try Free](https://img.shields.io/badge/Try%20Free-FalkorDB%20Cloud-FF8101?labelColor=FDE900&style=for-the-badge&link=https://app.falkordb.cloud)](https://app.falkordb.cloud)
89

9-
Run FalkorDB
10+
Live Demo: https://code-graph.falkordb.com/
11+
12+
### Run FalkorDB
1013

1114
```bash
1215
docker run -p 6379:6379 -it --rm falkordb/falkordb
1316
```
1417

15-
Install node packages
18+
### Install node packages
1619

1720
```bash
1821
npm install
1922
```
2023

21-
Set your OpenAI key
24+
### Set your OpenAI key
2225

2326
```
2427
export OPENAI_API_KEY=YOUR_OPENAI_API_KEY
2528
```
2629

27-
Run the development server:
30+
### Run the development server:
2831

2932
```bash
3033
npm run dev

0 commit comments

Comments
 (0)