| name | environment-setup |
| description | Set up environment variables and configuration |
| when_to_use | - User is setting up the project for the first time - User asks about environment variables or .env files - User needs to configure backend or frontend settings - User mentions environment configuration |
| keywords | environment, env, setup, configuration, .env |
Environment Setup
Environment setup commands for the project.
Commands
cp backend/.env.example backend/.env- Copy Backend Envcp frontend/.env.example frontend/.env- Copy Frontend Env