Getting Started Setting up the environment Install dependencies: pnpm install Run the development server: pnpm dev Running with Docker Alternatively, to run the application using Docker, follow these steps: Create a .env file based on .env.example. Run with docker compose: docker compose up