environment-configuration
Installation
SKILL.md
Environment Configuration Skill
Quick Setup
# Clone and install
git clone <repo-url>
cd omer-akben
npm install
# Copy environment template
cp .env.example .env
# Configure required environment variables (see below)
# Run development server
npm run dev
```typescript