From 9c0878ddf9cf2aba300405ff5ae4f578ec2cec83 Mon Sep 17 00:00:00 2001 From: Yifei Fang Date: Tue, 24 Feb 2026 17:47:58 +0100 Subject: [PATCH] update readme instructions for email worker --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ea4101..e5770cb 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,9 @@ Monorepo for an education platform with: - `cd backend && npm start` (or `ts-node server.ts`) 3. **Start frontend** - `cd frontend && npm start` -4. **Run tests** +4. **Start email worker** + - `cd backend && npm run worker` +5. **Run tests** - Backend: `cd backend && npm test` - Frontend: `cd frontend && npm test`