From 4879feb619916adace33190d7ecb00fb82213d9f Mon Sep 17 00:00:00 2001 From: KuangPF <1633397286@qq.com> Date: Mon, 5 Jun 2023 23:54:35 +0800 Subject: [PATCH] docs(README): update README.md --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c471d33..a4bddd5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@
-AntD site theme package for the [dumi](https://d.umijs.org) framework. +[dumi](https://d.umijs.org) theme similar to antd v5 website [![NPM version](https://img.shields.io/npm/v/dumi-theme-antd.svg?style=flat)](https://npmjs.org/package/dumi-theme-antd) [![NPM downloads](http://img.shields.io/npm/dm/dumi-theme-antd.svg?style=flat)](https://npmjs.org/package/dumi-theme-antd) [![Github Actions](https://github.com/KuangPF/dumi-theme-antd/workflows/Deploy/badge.svg)](https://github.com/KuangPF/dumi-theme-antd/actions) @@ -19,7 +19,16 @@ AntD site theme package for the [dumi](https://d.umijs.org) framework. Install this theme into `devDependencies`: ```bash -$ npm i dumi-theme-antd -D +$ pnpm i dumi-theme-antd -D +``` + +## Contributing + +```bash +# install deps +pnpm install +# start dumi server +pnpm run docs ``` ## LICENSE