File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 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
1214docker run -p 6379:6379 -it --rm falkordb/falkordb
1315```
1416
15- Install node packages
17+ ### Install node packages
1618
1719``` bash
1820npm install
1921```
2022
21- Set your OpenAI key
23+ ### Set your OpenAI key
2224
2325```
2426export OPENAI_API_KEY=YOUR_OPENAI_API_KEY
2527```
2628
27- Run the development server:
29+ ### Run the development server
2830
2931``` bash
3032npm run dev
You can’t perform that action at this time.
0 commit comments