Skip to main content

B2. Already running locally

What this page helps you do

Skip the local-run basics and move toward hosting.

Why it matters

If the app already runs locally in a documented way, the next big decision is where it will live.

You should already have

  • a documented local setup

Skip this page if

  • local setup still depends on undocumented magic

What to do

Do one fresh local run before you trust that this part is complete.

Common mistakes

  • assuming old dependencies prove the setup is good
  • skipping environment checks

Next step

Go to H1. Choose hosting.

Advanced notes

If local setup only works through Docker, see B5. Using Docker.