# {{projectName}}

This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-core`](https://github.com/abc-food/next-core).

## Template: {{template}}

This project uses the **Minimal** template with basic Next.js + @next-core/ui setup.

## Getting Started

First, run the development server:

```bash
npm run dev
# or
pnpm dev
# or
yarn dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

You can start editing the page by modifying `src/app/page.tsx`. The page auto-updates as you edit the file.

## Features

- ✅ Next.js 15 with App Router
- ✅ TypeScript
- ✅ Tailwind CSS
- ✅ @next-core/ui components
- ✅ Responsive layout (AppShell)
- ✅ Dark mode support

## Learn More

- [Next.js Documentation](https://nextjs.org/docs)
- [next-core Documentation](https://github.com/abc-food/next-core)

## Deploy on Vercel

The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new).

Check out the [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.
