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

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

Update CONTRIBUTING.md

parent d64bbe07
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -25,26 +25,26 @@ $ rush update

### Everyday commands

1. Build all packages:
* Build all packages:

    ```sh
    $ rush build
    ```

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

    ```sh
    $ rush build:watch
    ```

3. Start demo dev-server:
* Start demo's dev-server:

    ```sh
    $ cd apps/demo
    $ 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