From 956c529263cd0112ccf3b3083f472a2676426195 Mon Sep 17 00:00:00 2001 From: Nergy101 Date: Mon, 23 Feb 2026 21:58:40 +0000 Subject: [PATCH] Update Home --- Home.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Home.md b/Home.md index 9a31cdd..a218c77 100644 --- a/Home.md +++ b/Home.md @@ -44,9 +44,9 @@ make down # stop all services ### Prerequisites -- **Docker + Docker Compose** – for running the stack -- **Lua 5.4 + LuaRocks** – for API/worker local dev and tests -- **Deno 2.x** – for frontend local dev +- **Docker + Docker Compose** - for running the stack +- **Lua 5.4 + LuaRocks** - for API/worker local dev and tests +- **Deno 2.x** - for frontend local dev ### Install Dependencies @@ -107,6 +107,6 @@ make install-deps # LuaRocks packages + Deno cache Copy `.env.example` to `.env`. Key variables: -- `DB_*` – PostgreSQL connection -- `REDIS_*` – Redis connection -- `API_URL` – API URL used by the frontend (for browser requests) +- `DB_*` - PostgreSQL connection +- `REDIS_*` - Redis connection +- `API_URL` - API URL used by the frontend (for browser requests)