B1. Already have GitHub
What this page helps you do
Skip the repo setup basics and move to the next useful step.
Why it matters
If the code is already in GitHub, you do not need to re-do F1. Put your code on GitHub.
You should already have
- a working GitHub repo for the project
Skip this page if
- the project is still only local
What to do
- confirm the repo is the real source of truth
- confirm setup steps are documented
- move on to F4. Run your app locally
Recommended default
Make sure another machine can clone the repo and start from the docs.
Common mistakes
- having GitHub but not the real deploy files
- depending on local-only environment files
Next step
Go to F4. Run your app locally.
Related pages
Advanced notes
If the repo exists but the README is weak, improve that before launch.