Merge branch 'main' of https://github.com/alexpolo1/kokken
This commit is contained in:
59
README.md
59
README.md
@@ -1,36 +1,47 @@
|
||||
This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).
|
||||
# Warme Catering Website
|
||||
|
||||
## Getting Started
|
||||
En moderne hjemmeside for catering og private dining services. Bygget med Next.js 14, TypeScript og Tailwind CSS.
|
||||
|
||||
First, run the development server:
|
||||
## Features
|
||||
|
||||
```bash
|
||||
npm run dev
|
||||
# or
|
||||
yarn dev
|
||||
# or
|
||||
pnpm dev
|
||||
# or
|
||||
bun dev
|
||||
```
|
||||
- Moderne og responsivt design
|
||||
- Online menu oversigt og bestilling
|
||||
- Admin dashboard for bookings
|
||||
- Dynamisk prissætning baseret på antal gæster
|
||||
- Pakke- og menu-konfiguration
|
||||
|
||||
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
|
||||
## Tech Stack
|
||||
|
||||
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
|
||||
- Next.js 14 med App Router
|
||||
- TypeScript
|
||||
- Tailwind CSS
|
||||
- React Server Components
|
||||
- date-fns for datohåndtering
|
||||
- react-day-picker for kalenderbooking
|
||||
|
||||
This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel.
|
||||
## Kom i gang
|
||||
|
||||
## Learn More
|
||||
1. Klon repositoriet:
|
||||
```bash
|
||||
git clone https://github.com/alexpolo1/kokken.git
|
||||
```
|
||||
|
||||
To learn more about Next.js, take a look at the following resources:
|
||||
2. Installer dependencies:
|
||||
```bash
|
||||
npm install
|
||||
```
|
||||
|
||||
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
|
||||
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
|
||||
3. Start development server:
|
||||
```bash
|
||||
npm run dev
|
||||
```
|
||||
|
||||
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome!
|
||||
4. Åbn [http://localhost:3000](http://localhost:3000) i din browser
|
||||
|
||||
## Deploy on Vercel
|
||||
## Struktur
|
||||
|
||||
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
|
||||
|
||||
Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.
|
||||
- `/src/app/*` - Next.js App Router pages
|
||||
- `/src/components/*` - React komponenter
|
||||
- `/src/config/*` - Konfiguration og sample data
|
||||
- `/src/lib/*` - Utility functions
|
||||
- `/src/types/*` - TypeScript type definitioner
|
||||
|
||||
Reference in New Issue
Block a user