first commit

This commit is contained in:
mstfyldz
2026-06-03 17:29:21 +03:00
parent b9707fb53a
commit b6a0684a66
+24 -25
View File
@@ -1,36 +1,35 @@
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). # Moy Beach
Moy Beach is a modern, interactive web application built with Next.js. It features a beautiful user interface with Tailwind CSS and Framer Motion animations, along with multi-language support (i18n).
## Features
- **Next.js 16**: Utilizing the App Router for fast and efficient server-side rendering and routing.
- **Internationalization (i18n)**: Seamless multi-language support (including English and Turkish).
- **Styling**: Tailwind CSS v4 for utility-first styling and a modern design system.
- **Animations**: Framer Motion for smooth UI transitions and engaging user interactions.
- **Icons**: Lucide React for consistent and crisp iconography.
## Getting Started ## Getting Started
First, run the development server: First, install the dependencies:
```bash
npm install
```
Then, run the development server:
```bash ```bash
npm run dev npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
``` ```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. 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. ## Tech Stack
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. - [Next.js](https://nextjs.org/)
- [React 19](https://react.dev/)
## Learn More - [Tailwind CSS](https://tailwindcss.com/)
- [Framer Motion](https://www.framer.com/motion/)
To learn more about Next.js, take a look at the following resources: - [Lucide React](https://lucide.dev/)
- [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.