File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 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
1215docker run -p 6379:6379 -it --rm falkordb/falkordb
1316```
1417
15- Install node packages
18+ ### Install node packages
1619
1720``` bash
1821npm install
1922```
2023
21- Set your OpenAI key
24+ ### Set your OpenAI key
2225
2326```
2427export OPENAI_API_KEY=YOUR_OPENAI_API_KEY
2528```
2629
27- Run the development server:
30+ ### Run the development server:
2831
2932``` bash
3033npm run dev
You can’t perform that action at this time.
0 commit comments