Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.98 KB

README.md

File metadata and controls

35 lines (29 loc) · 1.98 KB

本项目是 aws-lightsail-shadowsocks-tf 的可视化配置页面。

整体架构

                            ┌────────────────────┐
                            │                    │
                            │     Aliyun OSS     │
       ┌────────────────────│                    │◀───────────────────┐
       │                    │                    │                    │
       │                    └────────────────────┘                    │
       │                               │                              │
       │                               │                              │
       │                               │                              │
       │                               │                              │
       ▼                               ▼                              │
┌─────────────┐                ┌──────────────┐               ┌───────────────┐
│             │                │              │               │               │
│   Vercel    │                │    Github    │               │   Terraform   │
│  (Nextjs)   │───────────────▶│    Action    │──────────────▶│               │
│             │                │              │               │               │
└─────────────┘                └──────────────┘               └───────────────┘

开发

启动本地服务器:

npm run dev
# or
yarn dev

访问 http://localhost:3000