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 f4f58af commit 0c00d66Copy full SHA for 0c00d66
README.md
@@ -23,11 +23,13 @@
23
24
1. Clone this repository
25
2. Install dependencies and build:
26
- ```console
27
- npm install
28
- npm run build
29
- npm test
30
- ```
+
+```console
+npm install
+npm run build
+npm test
31
+```
32
33
3. Open Chrome and navigate to `chrome://extensions`
34
4. Enable "Developer Mode" in the top right
35
5. Click "Load Unpacked" and select this repository folder
@@ -39,11 +41,13 @@
39
41
## 🛠️ Development
40
42
43
### Formatting Code
44
45
```console
46
npx prettier . --write
47
```
48
49
### Running Tests
50
51
52
npm test
53
0 commit comments