mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-03 09:49:24 +02:00
Update CONTRIBUTING.md
This commit is contained in:
parent
d64bbe074d
commit
da95d1d74b
1 changed files with 4 additions and 4 deletions
|
@ -25,26 +25,26 @@ $ rush update
|
||||||
|
|
||||||
### Everyday commands
|
### Everyday commands
|
||||||
|
|
||||||
1. Build all packages:
|
* Build all packages:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ rush build
|
$ rush build
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Watch changes and rebuild in all libraries:
|
* Watch changes and rebuild in all libraries:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ rush build:watch
|
$ rush build:watch
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Start demo dev-server:
|
* Start demo's dev-server:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ cd apps/demo
|
$ cd apps/demo
|
||||||
$ npm run dev
|
$ npm run dev
|
||||||
```
|
```
|
||||||
|
|
||||||
Usually you need two terminals to run both 2 and 3.
|
Usually you need two terminals to run both 2 and 3 for testing your changes.
|
||||||
|
|
||||||
## FAQ
|
## FAQ
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue