Windows development guide is outdated
The Development installation on Windows wiki page (last edited March 2024) contains several outdated references compared to the current codebase and the Linux guide (updated May 2025).
Outdated items
Directory structure
- Guide references
cd backend — this directory no longer exists. It's now api/.
Ports & URLs
- Guide says backend API is at
http://localhost:3001 — it's now http://localhost:3000/api
- Guide says MailHog is at
http://localhost:3007 — it's now http://localhost:3000/mail
Login credentials
- Guide says
test-user / test — Linux guide says test@example.com / test
Suggestion
Either update the Windows guide to match the current state, or point users to the Linux guide (since the Windows setup also uses WSL2/Docker and the workflow is essentially identical).
I personally would just point to the Linux since it is hard to keep both in sync
Windows development guide is outdated
The Development installation on Windows wiki page (last edited March 2024) contains several outdated references compared to the current codebase and the Linux guide (updated May 2025).
Outdated items
Directory structure
cd backend— this directory no longer exists. It's nowapi/.Ports & URLs
http://localhost:3001— it's nowhttp://localhost:3000/apihttp://localhost:3007— it's nowhttp://localhost:3000/mailLogin credentials
test-user/test— Linux guide saystest@example.com/testSuggestion
Either update the Windows guide to match the current state, or point users to the Linux guide (since the Windows setup also uses WSL2/Docker and the workflow is essentially identical).
I personally would just point to the Linux since it is hard to keep both in sync