Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 463832cd authored by Simon Chan's avatar Simon Chan Committed by GitHub
Browse files

Update CONTRIBUTING.md

parent 13cba069
Loading
Loading
Loading
Loading
+10 −2
Original line number Diff line number Diff line

## Development

The repository uses [Rush](https://rushjs.io/) for monorepo management.
@@ -9,6 +8,15 @@ The repository uses [Rush](https://rushjs.io/) for monorepo management.
$ npm i -g @microsoft/rush
```

### Get code

The build script only works inside of a Git repository, so, always use `git` to clone this repository. "Download ZIP" option in GitHub code menu or source code tarball in GitHub releases will NOT work.

```sh
git clone https://github.com/yume-chan/ya-webadb.git
cd ya-webadb
```

### Install dependencies

```sh
@@ -23,7 +31,7 @@ $ rush update
    $ rush build
    ```

2. Watch and rebuild all libraries:
2. Watch changes and rebuild in all libraries:

    ```sh
    $ rush build:watch