Skip to content

Commit

Permalink
Merge pull request #135 from FalkorDB/gkorland-patch-1
Browse files Browse the repository at this point in the history
Fix discord invite
  • Loading branch information
gkorland authored Sep 19, 2024
2 parents 9112f5e + 821be95 commit 71e4f39
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,32 @@
[![Try Free](https://img.shields.io/badge/Try%20Free-FalkorDB%20Cloud-FF8101?labelColor=FDE900&link=https://app.falkordb.cloud)](https://app.falkordb.cloud)
[![Dockerhub](https://img.shields.io/docker/pulls/falkordb/falkordb?label=Docker)](https://hub.docker.com/r/falkordb/falkordb/)
[![Discord](https://img.shields.io/discord/1146782921294884966?style=flat-square)](https://discord.gg/ErBEqN9E)
[![Discord](https://img.shields.io/discord/1146782921294884966?style=flat-square)](https://discord.com/invite/6M4QwDXn2w)
[![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)

![image](https://github.com/FalkorDB/code-graph/assets/753206/60f535ed-cf29-44b2-9005-721f11614803)

## Getting Started
[Live Demo](https://code-graph.falkordb.com/)

Run FalkorDB
### Run FalkorDB

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

Install node packages
### Install node packages

```bash
npm install
```

Set your OpenAI key
### Set your OpenAI key

```
export OPENAI_API_KEY=YOUR_OPENAI_API_KEY
```

Run the development server:
### Run the development server

```bash
npm run dev
Expand Down

0 comments on commit 71e4f39

Please sign in to comment.