mirror of
https://github.com/p-stream/extension.git
synced 2026-01-11 20:10:35 +00:00
22 lines
240 B
Markdown
22 lines
240 B
Markdown
# extension
|
|
|
|
Enhance your experience with just one click
|
|
|
|
## Running for development
|
|
|
|
We use pnpm with the latest version of NodeJS.
|
|
|
|
```sh
|
|
pnpm i
|
|
pnpm dev
|
|
```
|
|
|
|
## Building for production
|
|
|
|
```sh
|
|
pnpm i
|
|
pnpm build
|
|
or
|
|
pnpm build:firefox
|
|
```
|
|
|