Skip to content

FalkorDB/code-graph

Repository files navigation

Dockerhub Discord Workflow

image

Getting Started

Run FalkorDB

docker run -p 6379:6379 -it --rm falkordb/falkordb

Install node packages

npm install

Set your OpenAI key

export OPENAI_API_KEY=YOUR_OPENAI_API_KEY

Run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.