mirror of
https://github.com/idrawjs/idraw
synced 2026-05-24 01:58:27 +00:00
doc: update contributing steps
This commit is contained in:
parent
53ba158f1d
commit
d8e4cf08ee
1 changed files with 1 additions and 11 deletions
12
README.md
12
README.md
|
|
@ -177,15 +177,5 @@ To contribute, please follow the steps:
|
|||
|
||||
### Step 2: Development
|
||||
|
||||
#### Simple Mode
|
||||
- `npm run dev` to select and develop single package
|
||||
|
||||
- `npm run start` to select and develop single package
|
||||
|
||||
#### Complete Mode
|
||||
|
||||
- `npm run dev` for compiling all packages
|
||||
- `npm run dev ${module}` for compiling single module such as `idraw`
|
||||
- `npm run serve` for starting a server
|
||||
- http://127.0.0.1:8080
|
||||
- http://127.0.0.1:8080/packages/idraw/examples/features/
|
||||
- http://127.0.0.1:8080/packages/core/examples/features/
|
||||
|
|
|
|||
Loading…
Reference in a new issue