From ad2f685fec4870f02424b306643fd756790febd4 Mon Sep 17 00:00:00 2001 From: Abhinav Raut Date: Sat, 7 Jun 2025 19:00:20 +0530 Subject: [PATCH] add redis to dev setup pre-requisites --- docs/docs/developer-setup.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/docs/developer-setup.md b/docs/docs/developer-setup.md index d8682acb..d54acef8 100644 --- a/docs/docs/developer-setup.md +++ b/docs/docs/developer-setup.md @@ -4,9 +4,10 @@ Libredesk is a monorepo with a Go backend and a Vue.js frontend. The frontend us ### Pre-requisites -- `go` -- `nodejs` (if you are working on the frontend) and `pnpm` -- Postgres database (>= 13) +- go +- nodejs (if you are working on the frontend) and `pnpm` +- redis +- postgres database (>= 13) ### First time setup