From 7f089963e7d44a85824b3acc7c89bb6195902681 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Thu, 19 Oct 2023 09:52:45 +0800 Subject: [PATCH] doc: Update README.md --- core/README.md | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/core/README.md b/core/README.md index 727ffb8..619e84e 100644 --- a/core/README.md +++ b/core/README.md @@ -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