From c16b30b777fbe7d2b0f0e6e33bbae82ece53439f Mon Sep 17 00:00:00 2001 From: Inga Date: Sun, 10 Jul 2022 13:17:20 +0200 Subject: [PATCH] added redis disclaimer for npm start --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ccec8b7..e25c655 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,8 @@ $ npm run start:dev $ npm run start:prod ``` +**Note that you need to have redis running locally in order to run the app** + After starting the app, navigate to the displayed URL (`https://localhost:3000`) in order to check out the API docs and the basic single-page screenshotting application.