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 16, 2023
1 parent 660c26b commit a3f09f3
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -813,9 +813,26 @@ Inherit custom color variables by adding [`.wmde-markdown-var`](https://github.c

### Development

1. Install dependencies

```bash
$ npm install # Installation dependencies
$ npm run build # Compile all package
```

2. Development `@uiw/react-md-editor` package:

```bash
$ cd core
# listen to the component compile and output the .js file
# listen for compilation output type .d.ts file
$ npm run watch # Monitor the compiled package `@uiw/react-md-editor`
```

3. Launch documentation site

```bash
npm run watch # Listen create type and .tsx files.
npm run start # Preview code example.
npm run start
```

### Related
Expand Down

1 comment on commit a3f09f3

@vercel
Copy link

@vercel vercel bot commented on a3f09f3 Oct 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.