- Node.js (v18.x)
- pnpm
- Docker
- Docker Compose
Clone the repository and install the dependencies:
pnpm install
Run the following command to start the Docker services:
docker compose up -d
Run the following command to stop the Docker services:
docker compose down
To start the development server, run the following command:
pnpm run dev
This project is licensed under the MIT License - see the LICENSE file for details.