Documentation

Comprehensive guides and technical reference for μΑΖΓΔΓΗ.

🚀 Get Started

🚀 Getting Started

Installation

μΑΖΓΔΓΗ is available via npm and GitHub. Start by installing the core library:

npm install @mazgdg/kit

First Project

  • ✅ Create a new directory
  • 📁 Initialize package.json
  • 🔧 Configure with config.mazgdg.json
  • ✨ Run your first command

✨ Core Features

⚡ Zero Config

Out-of-the-box configuration for most common use cases

⚙️ Plugin System

Extend functionality with hundreds of official and community plugins

🚀 Dev Server

Lightning-fast development server with hot module replacement

🧠 Advanced Usage

// Example configuration
export default defineConfig({
    plugins: [ts(), react()],
    optimizeDeps: { 
        include: ['react', 'react-dom'],
        exclude: ['lodash']
    }
})