Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 877 Bytes

File metadata and controls

33 lines (22 loc) · 877 Bytes

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.