Frontend:
- Navigate to the frontend directory:
cd Frontend- Install dependencies:
pnpm install- Start the development server:
pnpm startBackend:
- Navigate to the backend directory:
cd Backend- Install dependencies:
pnpm install- Start the development server:
pnpm dev