Initial commit: monorepo setup with apps, packages, services

This commit is contained in:
Puechberty Arthur
2026-04-02 19:59:08 +02:00
commit a37299df19
17 changed files with 7077 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# Arthurp
Monorepo simple avec Next.js.
## Structure
- `apps/web` : application web Next.js
- `packages` : packages partagés
- `services` : services annexes
## Commandes
- `npm install`
- `npm run dev`
- `npm run build`