Skip to content

Commit

Permalink
docs(README): update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KuangPF committed Jun 5, 2023
1 parent 1586e36 commit 4879feb
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<div align="center">

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)

Expand All @@ -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
Expand Down

0 comments on commit 4879feb

Please sign in to comment.