Skip to content

Commit

Permalink
doc: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 19, 2023
1 parent 04c6b49 commit 7f08996
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,32 +33,26 @@ Simple [React](https://github.com/facebook/react) package development project ex

## Development

1. Install
1. Dependencies in the installation package and example

```bash
npm install
npm run install
```

2. Dependencies in the installation package and example

```bash
npm run hoist
```

3. To develop, run the self-reloading build:
2. To develop, run the self-reloading build:

```bash
npm run build # Compile packages 📦 @uiw/react-monorepo-template
npm run watch # Real-time compilation 📦 @uiw/react-monorepo-template
```

4. Run Document Website Environment:
3. Run Document Website Environment:

```bash
npm run start
```

5. To contribute, please fork repos, add your patch and tests for it (in the `test/` folder) and submit a pull request.
4. To contribute, please fork repos, add your patch and tests for it (in the `test/` folder) and submit a pull request.

```
npm run test
Expand Down

0 comments on commit 7f08996

Please sign in to comment.