Fast N Food website
  • TypeScript 95.9%
  • CSS 1.8%
  • Shell 1.6%
  • Dockerfile 0.6%
  • JavaScript 0.1%
Find a file
Mattéo LECHHEB aa591063c5 fix: max-width 1440px et repositionner badge pour grands écrans
- Ajout max-w-[1440px] + mx-auto sur toutes les sections
- Badge "Fait minute" déplacé dans la colonne droite du hero
- Footer links en flex-wrap

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-07-25 16:19:22 +02:00
.claude redesign: remplacer encadré comic-frame par hero épuré 2026-07-25 10:46:14 +02:00
prisma fix: backfill complete menu catalog 2026-07-25 10:00:08 +02:00
public feat: complete digital menu and category management 2026-07-25 09:56:10 +02:00
src fix: max-width 1440px et repositionner badge pour grands écrans 2026-07-25 16:19:22 +02:00
.env.example feat: port loyalty and delivery tracking features 2026-07-25 00:24:53 +02:00
.gitignore chore: clean repo — remove IDE/DB files, add .env.example 2026-04-24 20:07:18 +02:00
AGENTS.md Initial commit — Aya Pizza 2026-04-21 23:21:14 +02:00
CLAUDE.md Initial commit — Aya Pizza 2026-04-21 23:21:14 +02:00
deploy-client.sh Initial commit — Aya Pizza 2026-04-21 23:21:14 +02:00
docker-compose.yml feat: port loyalty and delivery tracking features 2026-07-25 00:24:53 +02:00
Dockerfile feat: port loyalty and delivery tracking features 2026-07-25 00:24:53 +02:00
eslint.config.mjs Initial commit — Aya Pizza 2026-04-21 23:21:14 +02:00
next.config.ts Initial commit — Aya Pizza 2026-04-21 23:21:14 +02:00
package-lock.json Adapt site for Fast N Food 2026-04-26 23:13:49 +02:00
package.json feat: port loyalty and delivery tracking features 2026-07-25 00:24:53 +02:00
postcss.config.mjs Initial commit — Aya Pizza 2026-04-21 23:21:14 +02:00
prisma.config.ts Initial commit — Aya Pizza 2026-04-21 23:21:14 +02:00
PRODUCT.md feat: port loyalty and delivery tracking features 2026-07-25 00:24:53 +02:00
README.md Initial commit — Aya Pizza 2026-04-21 23:21:14 +02:00
tsconfig.json fix(build): prisma generate + db push avant next build, exclure seed.ts du TS check 2026-05-03 18:09:28 +02:00
tsconfig.seed.json feat: add SumUp register and VAT closing 2026-07-14 16:13:53 +02:00

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

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

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.