README.md
# hello-world
A tiny starter to demo how project pages render on **masterpete.io**.
## Quick start
```bash
git clone https://github.com/peteboonmang/hello-world
cd hello-world
npm i
npm run dev
```
Open http://localhost:3000 and you should see **Hello, world!** 👋
## What’s inside
- Minimal setup (JS, no TS)
- ESLint + Prettier ready
- MIT License
PRs welcome!