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