Skip to content

docs: Use serverpod start in the real-time communication tutorial - #789

Merged
developerjamiu merged 2 commits into
mainfrom
sweep-tutorial-run-step
Sep 7, 2026
Merged

docs: Use serverpod start in the real-time communication tutorial#789
developerjamiu merged 2 commits into
mainfrom
sweep-tutorial-run-step

Conversation

@developerjamiu

Copy link
Copy Markdown
Contributor

The Pixorama tutorial's run section still used the pre-4.0 triad: a bare dart bin/main.dart plus a separate flutter run. It now uses serverpod start, matching the workflow every other guide teaches, with the -d chrome option kept for readers who want to pick the device themselves.

This was the last dev-loop use of dart bin/main.dart in the docs; the remaining mentions are deliberate (migrations, maintenance role, production deployment, run scripts, and archived guides). Closes #565.

@developerjamiu developerjamiu self-assigned this Sep 7, 2026
@developerjamiu developerjamiu added the bug Something isn't working label Sep 7, 2026

@SandPod SandPod left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Have we updated the rest of the tutorial to follow any new patterns?

Comment thread docs/07-tutorials/02-real-time-communication.md Outdated
@developerjamiu

Copy link
Copy Markdown
Contributor Author

We had checked. We want to do another overall test close to the GA release of 4.0.

@developerjamiu
developerjamiu merged commit 3964696 into main Sep 7, 2026
5 checks passed
@developerjamiu
developerjamiu deleted the sweep-tutorial-run-step branch September 7, 2026 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Address all mentions of dart run bin/main.dart

2 participants