Skip to content

Getting Started

import { Card, CardGrid, Steps } from ‘@astrojs/starlight/components’;

This guide will help you set up MiniGateway in your project.

  • Node.js 24.x or later
  • pnpm 10.x or later (recommended)
Terminal window
git clone https://github.com/luozhouyang/minigateway.git
cd minigateway
Terminal window
vp install
Terminal window
vp run web#dev

The web application will be available at http://localhost:3000.

Open your browser and navigate to the API documentation to see available endpoints.

minigateway/
├── apps/
│ ├── web/ # Web dashboard application
│ ├── docs/ # Documentation site
│ └── website/ # Landing page
├── packages/
│ ├── core/ # Core gateway engine
│ └── cli/ # CLI tools
└── tools/ # Development tools
Learn the fundamental concepts behind MiniGateway's architecture. Configure your gateway routes, plugins, and more. Explore the complete API documentation.