# Forge quick start

Requires Node.js 20.9 or newer.

1. Open the Forge project folder.
2. Run `npm install`.
3. Run `npm run dev` and open http://localhost:3000.
4. Edit app/page.tsx for content and app/globals.css for styling.
5. Run `npm run typecheck` and `npm run build` before deployment.

Stack: Next.js 16, React 19, TypeScript, Tailwind CSS 4.
Components are in /components. Local photographs are in /public/images.

## License

MIT — free to use for personal and commercial projects.

---

For pre-built Auth, Stripe checkout, dashboards, and other production-ready commercial starters,
visit **[madebyever.com/templates](https://madebyever.com/templates)**.

**See the main README.md file for more information**