This commit is contained in:
Julien Froidefond
2025-12-08 17:13:14 +01:00
commit 4e6ce54e0f
23 changed files with 2131 additions and 0 deletions

40
README.md Normal file
View File

@@ -0,0 +1,40 @@
# Farmine Land - Site Gaming
Site web Next.js pour le jeu Farmine Land, un MMORPG 2D Open-World.
## Installation
```bash
pnpm install
```
## Développement
```bash
pnpm dev
```
Ouvrez [http://localhost:3000](http://localhost:3000) dans votre navigateur.
## Build
```bash
pnpm build
pnpm start
```
## Structure
- `/app` - Pages et layout Next.js
- `/components` - Composants React réutilisables
- `Navigation.tsx` - Barre de navigation
- `HeroSection.tsx` - Section principale avec logo et description
- `Leaderboard.tsx` - Tableau des classements
## Technologies
- Next.js 14
- React 18
- TypeScript
- Tailwind CSS