2025-07-30 03:27:54 +02:00
2025-07-29 07:44:41 +02:00
2025-07-30 03:27:54 +02:00
2025-07-29 05:15:33 +02:00
2025-07-29 05:15:33 +02:00
2025-07-29 05:15:33 +02:00
2025-07-29 05:15:33 +02:00
2025-07-27 01:33:53 +02:00
2025-07-29 05:15:33 +02:00
2025-07-29 05:15:33 +02:00
2025-07-29 05:33:37 +02:00
2025-07-29 05:15:33 +02:00
2025-07-29 05:15:33 +02:00
2025-07-29 05:15:33 +02:00

aystone
├─ app
│  ├─ a-propos
│  │  └─ page.tsx
│  ├─ ads
│  │  └─ page.tsx
│  ├─ api
│  │  ├─ auth
│  │  │  └─ [...nextauth]
│  │  │     └─ route.ts
│  │  └─ planning
│  │     └─ route.ts
│  ├─ dashboard
│  │  ├─ Sidebar.tsx
│  │  ├─ StatCard.tsx
│  │  ├─ actions.ts
│  │  ├─ ajouter
│  │  │  ├─ AddProjectForm.tsx
│  │  │  └─ page.tsx
│  │  ├─ layout.tsx
│  │  ├─ page.tsx
│  │  ├─ profil
│  │  │  └─ page.tsx
│  │  └─ projets
│  │     ├─ [id]
│  │     │  ├─ EditProjectForm.tsx
│  │     │  └─ page.tsx
│  │     └─ page.tsx
│  ├─ globals.css
│  ├─ layout.tsx
│  ├─ login
│  │  └─ page.tsx
│  ├─ maps
│  │  └─ page.tsx
│  ├─ page.tsx
│  └─ providers.tsx
├─ auth.ts
├─ components
│  ├─ AdsGalleryClient.tsx
│  ├─ AdsSideBanners.tsx
│  ├─ AvailabilityPlanner.tsx
│  ├─ Banner.tsx
│  ├─ Footer.tsx
│  ├─ MapsClient.tsx
│  ├─ McSplash.tsx
│  ├─ MotionHeading.tsx
│  ├─ Navbar.tsx
│  ├─ ProjectsTable.tsx
│  └─ RedstoneParticles.tsx
├─ eslint.config.mjs
├─ lib
│  ├─ getAds.ts
│  └─ prisma.ts
├─ middleware.ts
├─ next.config.ts
├─ package-lock.json
├─ package.json
├─ postcss.config.mjs
├─ prisma
│  ├─ migrations
│  │  ├─ 20250727013821_init
│  │  │  └─ migration.sql
│  │  ├─ 20250727025700_add_mcname
│  │  │  └─ migration.sql
│  │  ├─ 20250727031005_project
│  │  │  └─ migration.sql
│  │  ├─ 20250727203115_add_availability_model
│  │  │  └─ migration.sql
│  │  └─ migration_lock.toml
│  └─ schema.prisma
├─ public
│  ├─ ads
│  │  ├─ riseofkinkdom.jpeg
│  │  └─ voat.png
│  ├─ aystone-saison2.png
│  └─ aystone.png
├─ tsconfig.json
└─ types
   └─ next-auth.d.ts

S
Description
Ce petit site est une application de gestion de projets Minecraft, pensée spécialement pour la communauté du serveur Aystone.
https://cobble.ultralion.xyz
Readme
2.2 MiB
Languages
TypeScript 98.9%
JavaScript 0.6%
CSS 0.5%