canina/frontend/application
parsa aghaei 7b89e141c5
All checks were successful
Deploy Canina / deploy (push) Successful in 1m43s
feat(core): polish codebase, enhance error handling, security hardening, rate limiting, and a11y compliance
2026-08-25 11:33:37 +03:30
..
app feat(core): polish codebase, enhance error handling, security hardening, rate limiting, and a11y compliance 2026-08-25 11:33:37 +03:30
components feat(core): polish codebase, enhance error handling, security hardening, rate limiting, and a11y compliance 2026-08-25 11:33:37 +03:30
lib feat(seo): implement B2B dedicated route, structured data schemas, archive optimizations, and SEO database backfill 2026-08-25 11:19:30 +03:30
public fix(pets): resolve pet registration flow, missing assets, 401 guard, and add none option to symptoms 2026-08-22 20:53:09 +03:30
.gitignore feat: complete phase 2 mock removal and db seed 2026-06-12 00:58:10 +03:30
AGENTS.md refactor: unify domain and contact emails to canina.ir across all apps and seeds 2026-08-19 11:52:36 +03:30
CLAUDE.md feat: complete phase 2 mock removal and db seed 2026-06-12 00:58:10 +03:30
eslint.config.mjs feat: resolve doctors query error, add FAQ, testimonials, blog preview, and full menu management 2026-08-19 17:20:01 +03:30
next.config.ts feat(perf): implement comprehensive Core Web Vitals, ISR caching, and media optimizations 2026-08-24 17:23:43 +03:30
package-lock.json test(frontend): update test imports to lib/ path, configure vitest.config.ts and vitest.setup.ts 2026-08-03 10:22:16 +03:30
package.json fix(dev): switch frontend dev port from 4000 to 4005 due to Windows port exclusion 2026-08-25 10:26:01 +03:30
postcss.config.mjs feat: complete phase 2 mock removal and db seed 2026-06-12 00:58:10 +03:30
README.md feat: complete phase 2 mock removal and db seed 2026-06-12 00:58:10 +03:30
tsconfig.json fix(frontend): exclude prisma from application tsconfig and enhance dockerignore 2026-08-15 16:28:51 +03:30
vitest.config.ts test(frontend): update test imports to lib/ path, configure vitest.config.ts and vitest.setup.ts 2026-08-03 10:22:16 +03:30
vitest.setup.ts test(frontend): update test imports to lib/ path, configure vitest.config.ts and vitest.setup.ts 2026-08-03 10:22:16 +03:30

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.