peteboonmang / hello-world

  • 42
  • 7
  • License: MIT
  • Updated: 2 days ago
CodeIssues (1)Pull requests (0)ActionsWikidefault: main
Codebranch: main
Name
Last commit message
Last update
src
feat: initial hello world
2 days ago
README.md
docs: add quickstart
2 days ago1.2 KB
package.json
chore: npm init
2 days ago512 B
.gitignore
chore: ignore node_modules
2 days ago42 B

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!