From 217814a4b4dd69da424184229e42066892bfc12f Mon Sep 17 00:00:00 2001 From: Guy Korland Date: Wed, 18 Sep 2024 22:14:10 +0300 Subject: [PATCH 1/3] Fix discord invite --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6da7f10b..42c61b05 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ [![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 -Run FalkorDB +Run FalkorDB ```bash docker run -p 6379:6379 -it --rm falkordb/falkordb From c206b911d06defcfa7c13ace7817f4a9c965e84f Mon Sep 17 00:00:00 2001 From: Guy Korland Date: Wed, 18 Sep 2024 22:17:28 +0300 Subject: [PATCH 2/3] Update README.md --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 42c61b05..714ff879 100644 --- a/README.md +++ b/README.md @@ -5,26 +5,29 @@ ![image](https://github.com/FalkorDB/code-graph/assets/753206/60f535ed-cf29-44b2-9005-721f11614803) ## Getting Started +[![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) -Run FalkorDB +Live Demo: https://code-graph.falkordb.com/ + +### 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 From 821be95ad1cf248dc0e8d51dfd978a238664ed0f Mon Sep 17 00:00:00 2001 From: Guy Korland Date: Thu, 19 Sep 2024 12:30:11 +0300 Subject: [PATCH 3/3] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 714ff879..02bfb84d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[![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.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) @@ -5,9 +6,7 @@ ![image](https://github.com/FalkorDB/code-graph/assets/753206/60f535ed-cf29-44b2-9005-721f11614803) ## Getting Started -[![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) - -Live Demo: https://code-graph.falkordb.com/ +[Live Demo](https://code-graph.falkordb.com/) ### Run FalkorDB @@ -27,7 +26,7 @@ npm install export OPENAI_API_KEY=YOUR_OPENAI_API_KEY ``` -### Run the development server: +### Run the development server ```bash npm run dev