This repository has been archived on 2026-05-01. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Nest/nest-intra
2026-02-26 16:26:16 +01:00
..
2026-02-26 16:26:16 +01:00
2026-02-26 16:26:16 +01:00

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:

    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