mantus.ai

Setting Up Footybeat

Setting Up Footybeat

This guide is for someone who has an idea, maybe a domain, definitely no terminal experience. A professional who builds things in their field but has never built software. Impatient. Busy. Will read a story, won't sit through a tutorial. After reading the full series you will have a working mental model of the full stack, domain to DNS to Git to GitHub to Vercel to local dev, and the confidence that the pieces connect in a way you can replicate.

Steps in this guide

1
What do I call this thing?

How I chose footybeat.com and why the name had to survive a pub conversation.

2
How do I make it look like something real?

How I went from a name to a logo, color palette, and brand identity without hiring a designer.

3
How do I stake my claim online?

How I bought the domain, set up DNS, and secured the social handles before someone else did.

4
How do I set up a proper local workspace?

How I created a local project folder, initialized Git, set up SSH keys, and connected to GitHub.

5
How do I get something live immediately?

How I connected GitHub to Vercel, deployed a splash page, and had a live URL in under an hour.

6
How does the whole thing fit together?

The mental model I wish I had on day one: local folder to Git to GitHub to Vercel to live site.

7
What are all these commands actually doing?

What npm, npx, yarn, package.json, run dev, and run build actually mean in plain English.