diff --git a/README.md b/README.md index 6da7f10b..02bfb84d 100644 --- a/README.md +++ b/README.md @@ -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