From 138ede96b8e3255b14a2d24cad476cb5b1dcec90 Mon Sep 17 00:00:00 2001 From: subnub <44621867+subnub@users.noreply.github.com> Date: Mon, 25 May 2020 17:24:15 -0400 Subject: [PATCH] Update readme.md --- readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme.md b/readme.md index 4bf9718..10cd1e2 100755 --- a/readme.md +++ b/readme.md @@ -59,6 +59,11 @@ npm run setup npm run build ``` +>(Optional) Create the MongoDB indexes, this increases performace. MongoDB must be running for this command to work. +```javascript +npm run create-indexes-database +``` + >Start the server ``` javascript npm run start