Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down