mirror of
https://github.com/movie-web/extension.git
synced 2025-09-13 12:33:25 +00:00
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
|
|
```
|