Skip to content

README: fix frontend port in quickstart (PORT=3002)#15

Merged
simongonzalezdc merged 1 commit into
mainfrom
readme-accuracy-fix
Jun 3, 2026
Merged

README: fix frontend port in quickstart (PORT=3002)#15
simongonzalezdc merged 1 commit into
mainfrom
readme-accuracy-fix

Conversation

@simongonzalezdc
Copy link
Copy Markdown
Owner

npm run dev runs next dev, which defaults to port 3000 and ignores PORT from .env, so the documented 3002 was misleading. This uses PORT=3002 npm run dev to match scripts/smoke-test.sh. README-only; one-line change.

Addresses the Codex review comment on #13 (which merged before this fix).

🤖 Generated with Claude Code

'npm run dev' runs 'next dev', which ignores PORT from .env and defaults to 3000,
so the documented 3002 was misleading. Align with scripts/smoke-test.sh. README-only.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@simongonzalezdc simongonzalezdc merged commit 7ffec10 into main Jun 3, 2026
2 checks passed
@simongonzalezdc simongonzalezdc deleted the readme-accuracy-fix branch June 3, 2026 03:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant