This project uses Turborepo for task running and caching.
# Install dependencies
pnpm install
# Run development server
pnpm turbo dev
# Build the application
pnpm turbo build
# Run tests
pnpm turbo testFor more details on available tasks, check the turbo.json configuration file.