feat : Initial commit

This commit is contained in:
Thibault Pouch
2026-02-26 16:26:16 +01:00
commit 4bfc10fd98
8 changed files with 1885 additions and 0 deletions

32
nest-intra/README.md Normal file
View File

@@ -0,0 +1,32 @@
# CrowMate Intranet
This folder contains the intranet section separated from the main website repository.
## Files Moved
### Pages
- `src/pages/intranet/IntranetDashboard.tsx`
- `src/pages/intranet/IntranetBugs.tsx`
- `src/pages/intranet/IntranetFeed.tsx`
- `src/pages/intranet/IntranetEvents.tsx`
- `src/pages/intranet/IntranetUsers.tsx`
- `src/pages/intranet/IntranetModeration.tsx`
### Components
- `src/components/layout/IntranetLayout.tsx`
## Next Steps
To set up this as a separate repository:
1. Initialize Git repository:
```bash
cd /home/norsys/Delivery/website-intranet
git init
```
2. Copy necessary configuration files from the main website (package.json, tsconfig, vite.config, etc.)
3. Install dependencies and set up the project structure
4. Update imports and routing as needed for the standalone intranet application