Development Workflow
This guide outlines the recommended development workflow to help you build features efficiently while maintaining code quality and consistency.
Daily Development Flow
bash
# Start everything
pnpm dev
# Run tests (yes, we have tests!)
pnpm test
# Lint your code (keep it clean)
pnpm lint