We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a6e3ab commit a3eb39eCopy full SHA for a3eb39e
README.md
@@ -88,25 +88,13 @@ Suggested environment:
88
89
##### Install dependencies
90
91
-For NPM v6 or above:
92
-
93
```bash
94
-npm ci
95
-```
96
97
-For NPM before v6
98
99
-```bash
100
-npm install
+yarn install
101
```
102
103
##### Start development
104
105
-YiNote leverages [Lerna](https://github.com/lerna/lerna) to manage the monorepo.
106
107
-Please run `npm run bootstrap` to setup dependecies for each sub_modules before start.
108
109
-Then run `npm start` will start both `extension` and `playground` in development mode.
+Run `yarn start:ext`.
110
111
For `content script` change, you need to reload the extension in `chrome://extensions` tab.
112
0 commit comments