Frontend with Next.js
Go to file
2026-06-07 21:23:51 +02:00
public fmlfmlfmlfm 2026-03-16 20:04:13 +01:00
scripts Bibelbumser 2026-05-04 23:48:09 +02:00
src refactor: comment out Slovenian translation support in useTranslation module 2026-06-07 21:23:51 +02:00
.gitignore init next 2025-09-29 18:46:34 +02:00
components.json feat: home page beauty 2026-01-13 20:20:05 +01:00
ecosystem.config.js fix: dashboard 2026-01-18 17:37:31 +01:00
eslint.config.mjs im getting MY>AADASD 2026-03-15 18:34:19 +01:00
global.d.ts fml 2026-05-04 04:52:11 +02:00
middleware.ts fix:maybe 2026-01-18 21:37:18 +01:00
next.config.ts init next 2025-09-29 18:46:34 +02:00
package-lock.json fml 2026-05-04 04:52:11 +02:00
package.json fml 2026-05-04 04:52:11 +02:00
postcss.config.mjs init next 2025-09-29 18:46:34 +02:00
README.md init next 2025-09-29 18:46:34 +02:00
tailwind.config.js fix: set dark mode to 'class' in Tailwind CSS configuration 2026-01-27 19:01:51 +01:00
ToDo.txt Enhance pool management functionality by adding subscription linking and diagnostics features 2026-02-17 18:13:23 +01:00
tsconfig.json refactor: update TypeScript configuration to exclude test files and add vitest config 2026-05-21 19:41:55 +02:00
tsconfig.vitest.json refactor: update TypeScript configuration to exclude test files and add vitest config 2026-05-21 19:41:55 +02:00
vitest.config.ts fml 2026-05-04 04:52:11 +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.