Documentation

Technical documentation for the ShadowX development environment.

📦 Installation

git clone https://github.com/dr4cary5/shadowx.git
cd shadowx
npm install

🚀 Deployment

git push origin main

⚙️ Configuration

{
  "functions": {
    "api/*.go": {
      "memory": 512,
      "maxDuration": 10
    }
  }
}

🧪 Testing

vercel dev
vercel deploy
vercel --prod