Write onboarding docs so a new dev can run the project fast.
CodingWriting💾 0 savesby PromptChief Team
Write a "getting started" setup guide for my project.
PROJECT: [[PROJECT]]
STACK & TOOLS: [[STACK]]
HOW IT RUNS LOCALLY: [[RUN_INFO]]
COMMON SETUP GOTCHAS: [[GOTCHAS]]
Deliver:
1. Prerequisites (versions, accounts, tools)
2. Step-by-step setup (copy-paste commands)
3. Environment variables needed (with a sample .env)
4. How to run, test, and verify it works
5. Troubleshooting for the common gotchas
6. Who/where to ask for help
Optimize for "new dev productive in under an hour".