I've been getting my family members to start vibe coding. In my experience, claude works very well but the biggest issue is actually installing all the necessary tools. So I created a little setup script that MacOS users can use to get up-and-running quickly.
It basically sets them up with a development environment similar to the one I use personally. It uses the git settings from https://blog.gitbutler.com/how-git-core-devs-configure-git , helps them set up their username/email, downloads Ghostty, VSCode, fnm and pnpm, etc.
I've been getting my family members to start vibe coding. In my experience, claude works very well but the biggest issue is actually installing all the necessary tools. So I created a little setup script that MacOS users can use to get up-and-running quickly.
It basically sets them up with a development environment similar to the one I use personally. It uses the git settings from https://blog.gitbutler.com/how-git-core-devs-configure-git , helps them set up their username/email, downloads Ghostty, VSCode, fnm and pnpm, etc.
Excellent clear cut guide, will certainly share with my non-technical friends and family