From 2dee5c51c4245e910399478060cc04fe5acfb1a4 Mon Sep 17 00:00:00 2001 From: zombieJ Date: Fri, 8 Feb 2019 10:43:11 +0800 Subject: [PATCH] add gitpod desc (#14755) --- README-zh_CN.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README-zh_CN.md b/README-zh_CN.md index cd64639203..68b89b305f 100644 --- a/README-zh_CN.md +++ b/README-zh_CN.md @@ -101,6 +101,12 @@ import 'antd/dist/antd.css'; // or 'antd/dist/antd.less' ## ⌨️ 本地开发 +你可以使用 Gitpod 进行在线开发: + +[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/ant-design/ant-design) + +或者克隆到本地开发: + ```bash $ git clone git@github.com:ant-design/ant-design.git $ cd ant-design