Aravind 0ec150d703 Revert to static export output for nginx deploy pipeline
output: "standalone" (a8f4b23) produces a Node server bundle with no
server.js at the path the deploy Dockerfile expects. The deploy repo's
Dockerfile now runs nginx serving static files (d808317), which requires
a static export (out/), not a standalone server bundle.
2026-07-13 20:09:35 +05:30
2026-07-03 16:35:42 +05:30
2026-07-13 17:35:12 +05:30
2026-07-03 16:35:42 +05:30
2026-05-28 16:17:56 +05:30
2026-06-09 15:32:58 +05:30
2026-06-15 22:08:23 +05:30
2026-06-15 22:08:23 +05:30
2026-06-05 13:58:14 +05:30
2026-05-27 11:54:10 +05:30
2026-06-06 13:55:33 +05: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.

Description
No description provided
Readme 365 MiB
Languages
TypeScript 70.7%
CSS 26%
JavaScript 3.2%