No description
Find a file
2025-11-23 09:59:45 +00:00
prisma fix: fixed map and client list 2025-11-20 10:55:03 +01:00
public fix: fixed map module 2025-10-21 21:31:57 +02:00
src fix: Fixed issues in the codebase to allow build for docker image 2025-11-23 10:57:22 +01:00
.dockerignore fix: some fixes to allow docker image building, but still some errors in pre-rendering 2025-11-20 23:54:33 +01:00
.gitignore feat: initialized prisma 2025-10-28 15:24:12 +01:00
.prettierrc feat: Added some ui components 2025-11-05 15:01:04 +01:00
components.json First commit 2025-10-19 23:17:44 +02:00
docker-compose.yml fix: some fixes to allow docker image building, but still some errors in pre-rendering 2025-11-20 23:54:33 +01:00
Dockerfile fix: Fixed issues in the codebase to allow build for docker image 2025-11-23 10:57:22 +01:00
next.config.ts fix: some fixes to allow docker image building, but still some errors in pre-rendering 2025-11-20 23:54:33 +01:00
package-lock.json fix: fixed dialogs and db structure 2025-11-11 17:56:56 +01:00
package.json fix: fixed merge 2025-11-05 15:06:01 +01:00
postcss.config.mjs Initial commit from Create Next App 2025-10-14 14:27:39 +02:00
README.md Initial commit from Create Next App 2025-10-14 14:27:39 +02:00
TODO First commit 2025-10-19 23:17:44 +02:00
tsconfig.json Initial commit from Create Next App 2025-10-14 14:27:39 +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.