To run the frontend, follow these steps:
- Navigate to the frontend directory:
cd frontend
- Install the necessary dependencies:
npm install
- Start the development server:
npm run dev
To run the server, follow these steps:
- Navigate to the server directory:
cd server
- Start the server using Docker Compose:
docker-compose up