No description
  • TypeScript 94.9%
  • Dockerfile 3.4%
  • CSS 1.2%
  • JavaScript 0.5%
Find a file
Cedric Hoogendoorn 7bee81dbe3
All checks were successful
Docker build and push / Build docker image (push) Successful in 6m27s
Docker build and push / Deploy to production (push) Successful in 2m1s
Strapi intergration
2026-05-06 18:24:17 +02:00
.forgejo/workflows chore: enhance CI/CD workflows to output commit SHA and streamline deployment steps 2026-04-07 17:46:59 +02:00
app Strapi intergration 2026-05-06 18:24:17 +02:00
components Strapi intergration 2026-05-06 18:24:17 +02:00
k8s/novion-website-frontend Strapi intergration 2026-05-06 18:24:17 +02:00
lib/strapi Strapi intergration 2026-05-06 18:24:17 +02:00
public Strapi intergration 2026-05-06 18:24:17 +02:00
.dockerignore Init kubernetes CI/CD 2026-04-02 10:41:36 +02:00
.gitignore Initial commit from Create Next App 2026-04-02 08:59:15 +02:00
AGENTS.md Initial commit from Create Next App 2026-04-02 08:59:15 +02:00
CLAUDE.md Initial commit from Create Next App 2026-04-02 08:59:15 +02:00
Dockerfile Init kubernetes CI/CD 2026-04-02 10:41:36 +02:00
eslint.config.mjs Initial commit from Create Next App 2026-04-02 08:59:15 +02:00
next.config.ts Add image optimization to next.config.ts 2026-04-28 17:46:19 +02:00
package.json Strapi intergration 2026-05-06 18:24:17 +02:00
pnpm-lock.yaml Strapi intergration 2026-05-06 18:24:17 +02:00
pnpm-workspace.yaml Initial commit from Create Next App 2026-04-02 08:59:15 +02:00
postcss.config.mjs Initial commit from Create Next App 2026-04-02 08:59:15 +02:00
README.md Initial commit from Create Next App 2026-04-02 08:59:15 +02:00
STRAPI_SETUP.md Strapi intergration 2026-05-06 18:24:17 +02:00
tsconfig.json Initial commit from Create Next App 2026-04-02 08:59:15 +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.