No description
  • TypeScript 96.9%
  • Shell 2.1%
  • CSS 0.8%
  • Dockerfile 0.1%
  • JavaScript 0.1%
Find a file
2026-06-19 21:52:41 +02:00
nginx feat: create initial app setup with discount code creation 2025-12-14 02:10:16 +01:00
prisma feat: update deployment script to include database seeding and cleanup; add production seed script for admin user creation 2026-01-09 16:33:53 +01:00
public fix: update CreatorDeals logo image to ensure proper display and branding consistency 2025-12-24 16:44:06 +01:00
src fix: update contact email addresses in Datenschutz and Impressum pages 2026-06-19 21:52:41 +02:00
.gitignore feat: implement account settings 2025-12-14 12:06:03 +01:00
components.json feat: create initial app setup with discount code creation 2025-12-14 02:10:16 +01:00
compose.prod.yml feat: add production Docker Compose configuration and deployment script 2025-12-14 19:02:46 +01:00
compose.yml feat: create initial app setup with discount code creation 2025-12-14 02:10:16 +01:00
deploy.sh feat: update deployment script to include database seeding and cleanup; add production seed script for admin user creation 2026-01-09 16:33:53 +01:00
Dockerfile feat: enhance Docker build process by incorporating environment variables from .env.prod for improved configuration management 2025-12-24 14:50:47 +01:00
eslint.config.mjs Initial commit from Create Next App 2025-12-13 13:19:29 +01:00
next.config.ts Initial commit from Create Next App 2025-12-13 13:19:29 +01:00
package-lock.json feat: integrate better-auth for authentication; update user management and session handling; enhance user experience with social sign-in options 2026-01-02 00:50:46 +01:00
package.json chore: update Navbar link to point to the home page 2026-01-09 17:08:45 +01:00
postcss.config.mjs Initial commit from Create Next App 2025-12-13 13:19:29 +01:00
prisma.config.ts feat: create initial app setup with discount code creation 2025-12-14 02:10:16 +01:00
README.md Initial commit from Create Next App 2025-12-13 13:19:29 +01:00
tsconfig.json Initial commit from Create Next App 2025-12-13 13:19:29 +01: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.