add redis to dev setup pre-requisites

This commit is contained in:
Abhinav Raut
2025-06-07 19:00:20 +05:30
parent 26c7df538c
commit ad2f685fec
+4 -3
View File
@@ -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