ultrawidify/README-AMO.md

33 lines
462 B
Markdown
Raw Normal View History

# Build guide for AMO
## Build platform
2019-09-14 23:01:02 +02:00
The extension is built on a PC running Manjaro Linux. npm and node are installed from repositories/aur.
### Software versions:
Node/npm versions:
```
node: %%NODE_VERSION%%
npm: %%NPM_VERSION%%
```
Linux (`uname -a`):
```
2020-06-16 21:35:21 +02:00
%%LINUX_VERSION%%
```
## Installing dependencies
2019-09-14 23:01:02 +02:00
Run `npm ci`
## Reproducing build
`npm run build`
2020-06-16 21:35:21 +02:00
The compiled code pops up in `/dist-ff` (`/dist-chrome` for Chromium-based browsers).