Init
This commit is contained in:
40
README.md
Normal file
40
README.md
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user