1
0
Fork 0
No description
  • TypeScript 80.8%
  • Dockerfile 8.9%
  • CSS 8.4%
  • JavaScript 1.9%
Find a file
2026-01-12 18:52:03 -05:00
.vscode finished 2025-04-04 16:33:18 -04:00
app bump 2025-08-08 17:39:18 -04:00
components bump 2025-08-08 17:22:44 -04:00
lib finished 2025-04-04 16:33:18 -04:00
public bump 2025-08-08 17:22:44 -04:00
.dockerignore update for docker deploy 2025-04-04 17:03:28 -04:00
.editorconfig finished 2025-04-04 16:33:18 -04:00
.gitignore Initial commit from Create Next App 2025-04-03 21:10:45 -04:00
.npmrc update deps. react vulnerability. 2026-01-12 18:52:03 -05:00
.prettierrc finished 2025-04-04 16:33:18 -04:00
components.json finished 2025-04-04 16:33:18 -04:00
docker-compose.yml update for docker deploy 2025-04-04 17:03:28 -04:00
Dockerfile update deps. react vulnerability. 2026-01-12 18:52:03 -05:00
eslint.config.mjs finished 2025-04-04 16:33:18 -04:00
next.config.ts bump 2025-08-02 21:08:03 -04:00
package.json update deps. react vulnerability. 2026-01-12 18:52:03 -05:00
pnpm-lock.yaml update deps. react vulnerability. 2026-01-12 18:52:03 -05:00
postcss.config.mjs finished 2025-04-04 16:33:18 -04:00
README.md Initial commit from Create Next App 2025-04-03 21:10:45 -04:00
tsconfig.json Initial commit from Create Next App 2025-04-03 21:10:45 -04: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.