From d792a7eb731f6753835cfa600bc132cf9acabb5f Mon Sep 17 00:00:00 2001 From: Ianyourgod <104151459+Ianyourgod@users.noreply.github.com> Date: Sun, 3 Mar 2024 12:55:35 -0600 Subject: [PATCH] forgor to add this step --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 162f4e1..e5f4058 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,9 @@ Please report any security vulnerabilities using GitHub's security tab on the re - [Windows](https://docs.mongodb.com/manual/tutorial/install-mongodb-on-windows/) - [Mac](https://docs.mongodb.com/manual/tutorial/install-mongodb-on-os-x/) - [Linux](https://docs.mongodb.com/manual/administration/install-on-linux/) -2. Run `npm i`. if this doesn't work run it with --force -3. Run `npm run dev` to start the server in development mode. +2. Run `mongod` to start mongodb +3. Run `npm i`. if this doesn't work run it with --force +4. Run `npm run dev` to start the server in development mode. ## Deployment