|
@@ -15,6 +15,10 @@ To open a Pull Request, please follow the steps below:
|
|
```bash
|
|
```bash
|
|
git clone https://github.com/<your-username>/semi-design.git
|
|
git clone https://github.com/<your-username>/semi-design.git
|
|
cd semi-design
|
|
cd semi-design
|
|
|
|
+```
|
|
|
|
+Before installing the enviroment,make sure that there is a dependency of `lerna` locally, if not, should run:
|
|
|
|
+```bash
|
|
|
|
+npm install --global lerna
|
|
```
|
|
```
|
|
- Checkout to `beta` branch, install the dependencies
|
|
- Checkout to `beta` branch, install the dependencies
|
|
```bash
|
|
```bash
|