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