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