first commit
This commit is contained in:
@@ -1,36 +1,50 @@
|
||||
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).
|
||||
# 🌙 Luna Cocktail & More — Website
|
||||
|
||||
## Getting Started
|
||||
Luna Cocktail & More, Muğla'da faaliyet gösteren premium bir kokteyl barı ve etkinlik mekanıdır. "Luxury Dark & Warm" konsepti etrafında tasarlanan bu Next.js projesi, mekanın "Sunset to Night" (Gün batımından geceye) ruhunu yansıtan modern, sinematik ve premium bir web deneyimi sunar.
|
||||
|
||||
First, run the development server:
|
||||
## Özellikler
|
||||
|
||||
- **Modern ve Lüks Tasarım:** Tailwind CSS v4 kullanılarak hazırlanan özel renk paleti (`#0A0A0A` zemin, `#C8853A` ve `#E85D3A` vurgular).
|
||||
- **Akıcı Animasyonlar:** Framer Motion ile tasarlanan "scroll" bazlı sinematik geçişler, parallax efektleri ve fade-in animasyonları.
|
||||
- **Kapsamlı İçerik Yönetimi:** Etkinlik takvimi, imza kokteyller menüsü ve özel konsept gecelerin (Soul Club, Latin Geceleri vb.) gösterimi.
|
||||
- **Dinamik Galeri:** Mekan atmosferini aktaran Masonry grid yerleşimli fotoğraf galerisi.
|
||||
- **Responsive (Mobil Uyumluluk):** Mobile-first tasarım yaklaşımı sayesinde tüm cihazlarda kusursuz görünüm.
|
||||
|
||||
## Teknoloji Yığını (Tech Stack)
|
||||
|
||||
- **Framework:** [Next.js 16](https://nextjs.org/) (App Router)
|
||||
- **Kütüphane:** [React 19](https://react.dev/)
|
||||
- **Stil & Tasarım:** [Tailwind CSS v4](https://tailwindcss.com/)
|
||||
- **Animasyon:** [Framer Motion](https://www.framer.com/motion/)
|
||||
- **İkonlar:** [Lucide React](https://lucide.dev/)
|
||||
|
||||
## Kurulum ve Çalıştırma
|
||||
|
||||
Projeyi yerel ortamınızda çalıştırmak için aşağıdaki adımları izleyebilirsiniz.
|
||||
|
||||
1. Bağımlılıkları yükleyin:
|
||||
```bash
|
||||
npm install
|
||||
```
|
||||
|
||||
2. Geliştirme sunucusunu başlatın:
|
||||
```bash
|
||||
npm run dev
|
||||
```
|
||||
|
||||
3. Tarayıcınızda [http://localhost:3000](http://localhost:3000) adresini açarak siteyi görüntüleyin.
|
||||
|
||||
## Docker ile Çalıştırma (Standalone Mode)
|
||||
|
||||
Bu proje Next.js'in "standalone" (bağımsız) derleme modu kullanılarak optimize edilmiştir ve doğrudan Docker ile çalıştırılabilir.
|
||||
|
||||
```bash
|
||||
npm run dev
|
||||
# or
|
||||
yarn dev
|
||||
# or
|
||||
pnpm dev
|
||||
# or
|
||||
bun dev
|
||||
# Docker imajını oluşturun
|
||||
docker build -t lunaweb .
|
||||
|
||||
# Konteyneri başlatın
|
||||
docker run -p 3000:3000 lunaweb
|
||||
```
|
||||
|
||||
Open [http://localhost:3000](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`](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.
|
||||
|
||||
## Learn More
|
||||
|
||||
To learn more about Next.js, take a look at the following resources:
|
||||
|
||||
- [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.
|
||||
|
||||
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome!
|
||||
|
||||
## Deploy on Vercel
|
||||
|
||||
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.
|
||||
---
|
||||
*Geliştirici:* [Ayris Tech](https://ayris.tech)
|
||||
|
||||
Reference in New Issue
Block a user