# 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