From ba13df2fae290582f68ff79bab770e49bec41b53 Mon Sep 17 00:00:00 2001 From: AYOUB EL MHAMDI <34358145+ayoubelmhamdi@users.noreply.github.com> Date: Sun, 12 May 2024 18:39:18 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=83=20update=20"development/get=5Fstar?= =?UTF-8?q?ted.mdx"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/docs/development/get_started.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/docs/development/get_started.mdx b/pages/docs/development/get_started.mdx index 89207cab7..a9db14170 100644 --- a/pages/docs/development/get_started.mdx +++ b/pages/docs/development/get_started.mdx @@ -9,6 +9,7 @@ description: Learn how to contribute using GitHub Desktop, VS Code extensions, a - [Git](https://git-scm.com/downloads) (Essential) - [Node.js](https://nodejs.org/en/download) (Essential, use the LTS version) +- [MongoDB](https://www.mongodb.com/try/download/community) (Essential, for the database) - [Git LFS](https://git-lfs.com/) (Useful for larger files) - [GitHub Desktop](https://desktop.github.com/) (Optional) - [VSCode](https://code.visualstudio.com/Download) (Recommended Source-code Editor) @@ -71,6 +72,7 @@ git clone -b branch-name https://github.com/username/LibreChat.git The default values in `.env.example` are usually fine, except for `MONGO_URI`. Provide your own. + Make sure to install MongoDB and configure `MONGO_URI` correctly to connect to your MongoDB instance. Use [MongoDB Community Server](https://www.mongodb.com/try/download/community) or [MongoDB Atlas Cloud](https://www.mongodb.com/cloud/atlas/register).