33 lines
856 B
Markdown
33 lines
856 B
Markdown
# 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
|