Skip to content

Commit 88da745

Browse files
committed
update README
1 parent ece5e02 commit 88da745

File tree

1 file changed

+26
-17
lines changed

1 file changed

+26
-17
lines changed

README.md

Lines changed: 26 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,35 @@
11
# meteor-react-redux-base
2-
BoilerPlate code for meteor-react-redux project
2+
BoilerPlate code for meteor-react-redux project
33

44
## Feature
5-
* Wechat Login supported 支持微信一键登陆
6-
* Email binding and verification 支持通过邮箱绑定账户并进行验证
7-
* Admin configuration 支持管理员后台配置
5+
* Mantra-plus integrated
6+
* Webpack integrated
7+
* Wechat Login supported
8+
* Email binding and verification
9+
* Admin configuration
810

9-
## How to run
10-
First, make sure you have [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) and [meteor](https://www.meteor.com/install) installed,
11-
Then, follow these commands in your console
12-
>
13-
$ git clone https://github.com/maodouio/meteor-react-redux-base.git
14-
$ cd meteor-react-redux-base/
15-
$ npm install
16-
$ meteor --settings settings.json
11+
## Usage
12+
First, make sure you have [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) and [meteor](https://www.meteor.com/install) installed,
13+
Then, enter these commands in your console
14+
15+
```
16+
$ git clone https://github.com/maodouio/meteor-react-redux-base.git
17+
$ cd meteor-react-redux-base/
18+
$ npm install
19+
$ meteor --settings settings.json
20+
```
1721

1822
## Docs
19-
* https://docs.maodou.io/ 开发者文档
23+
* https://docs.maodou.io/ Developer Documentation
2024

2125
## Ref
22-
* [maodou-cli](https://github.com/maodouio/maodou-cli) 命令行工具
23-
- maodou login
24-
- maodou create appName
25-
- maodou deploy
26+
* [maodou-cli](https://github.com/maodouio/maodou-cli) Maodou command line tool
27+
```
28+
$ npm i -g maodou
29+
$ maodou login
30+
$ maodou create appName
31+
$ maodou deploy
32+
```
33+
* [maodou.io](https://maodou.io) Maodou official website
34+
2635

0 commit comments

Comments
 (0)