# {{projectName}} / {{appName}}

Voltro web app scaffold (template: **frontend-blank**).

## Boot

```bash
pnpm install
pnpm --filter @{{projectName}}/{{appName}} dev
# → http://localhost:5173
```

## Routing

File-based. `src/pages/index.tsx` mounts at `/`. Add more `*.tsx`
files in `src/pages/` to create routes. See AGENTS.md for the
naming rules (`[id]`, `[...slug]`, `(group)`, `error.tsx`,
`not-found.tsx`, etc.).
