13 lines
170 B
Markdown
13 lines
170 B
Markdown
|
# extension
|
||
|
|
||
|
Enhance your movie-web experience with just one click
|
||
|
|
||
|
## Running for development
|
||
|
|
||
|
We use pnpm with the latest version of NodeJS.
|
||
|
|
||
|
```sh
|
||
|
pnpm i
|
||
|
pnpm dev
|
||
|
```
|