Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 1.8 KB

README.md

File metadata and controls

54 lines (34 loc) · 1.8 KB

Omegaauctionen-2025

Auctionen til Sct. Omega Broderskab for aar 2025

Omega auksjonen er en årlig akusjon der medlemmer av Sct. Omega Broderskab auksjonerer vekk forkjellige ting og tjenester. På slutten går alle inntektene til et veldedig formål.

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, install all packages

npm install

Generate a client for the database

npx prisma generate

Push schema to database

npx prisma db push

Run the development server

npm run dev

Open the project in your browser on the link provided by npm after running "npm run dev" to see the result.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

To use picture server clone the server from https://github.com/Hsackboy/pictureServer and run main.py

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.