Update README and HeroSection components: Revise project description to reflect new branding as "Game of Tech - Peaksys" and enhance the HeroSection text to better convey the platform's gamification features and user engagement opportunities.
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 25s
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 25s
This commit is contained in:
16
README.md
16
README.md
@@ -1,6 +1,6 @@
|
||||
# Farmine Land - Site Gaming
|
||||
# Game of Tech - Peaksys
|
||||
|
||||
Site web Next.js pour le jeu Farmine Land, un MMORPG 2D Open-World.
|
||||
Plateforme de gamification tech pour Peaksys. Transformez votre apprentissage en aventure : participez aux événements tech (ateliers, katas, présentations), gagnez de l'expérience, montez en niveau et affrontez vos collègues sur le classement.
|
||||
|
||||
## Installation
|
||||
|
||||
@@ -27,9 +27,13 @@ pnpm start
|
||||
|
||||
- `/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
|
||||
- `Navigation.tsx` - Barre de navigation avec logo cliquable
|
||||
- `HeroSection.tsx` - Section principale avec description
|
||||
- `EventsSection.tsx` - Section des événements à venir
|
||||
- `EventsPageSection.tsx` - Page complète des événements
|
||||
- `LeaderboardSection.tsx` - Tableau des classements
|
||||
- `PlayerStats.tsx` - Statistiques du joueur (HP, XP, niveau)
|
||||
- `AdminPanel.tsx` - Panneau d'administration
|
||||
|
||||
## Technologies
|
||||
|
||||
@@ -37,3 +41,5 @@ pnpm start
|
||||
- React 18
|
||||
- TypeScript
|
||||
- Tailwind CSS
|
||||
- Prisma (SQLite)
|
||||
- NextAuth.js
|
||||
|
||||
Reference in New Issue
Block a user