File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -25,16 +25,22 @@ The `svelte-devtools` extension requires the following to be true:
25
25
26
26
## Development
27
27
28
- Clone this repository, setup and run the build script
28
+ Clone this repository and setup the environment with ` pnpm `
29
29
30
30
``` sh
31
31
git clone https://github.com/sveltejs/svelte-devtools.git
32
32
cd svelte-devtools
33
33
pnpm install
34
- pnpm build
35
34
```
36
35
37
- This will build the codebase and output all the required files in the ` build ` directory. To load the extension for development, follow these steps:
36
+ To work on the extension, run the ` dev ` script from ` workspace/extension ` directory
37
+
38
+ ``` sh
39
+ cd workspace/extension
40
+ pnpm dev
41
+ ```
42
+
43
+ This will build the extension and create a directory called ` build ` . Steps may vary depending on the browser you are using, but generally:
38
44
39
45
1 . Navigate to the extensions settings page
40
46
2 . Turn on the 'Developer mode' switch
You can’t perform that action at this time.
0 commit comments