Added readme for AMO (compliance stuff)
This commit is contained in:
parent
1b267ca5a1
commit
af39f3d708
21
README-AMO.md
Normal file
21
README-AMO.md
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# Build guide for AMO
|
||||||
|
|
||||||
|
## Build platform
|
||||||
|
|
||||||
|
The extension is built on a PC running Manjaro Linux. Yarn is the package manager of choice.
|
||||||
|
|
||||||
|
Yarn version: 1.16.0
|
||||||
|
Node version: v11.15.0
|
||||||
|
|
||||||
|
|
||||||
|
## Installing dependencies
|
||||||
|
|
||||||
|
`yarn install --frozen-lockfile`
|
||||||
|
|
||||||
|
According to Yarn documentation, that should install the exact version of dependencies that the extension is using.
|
||||||
|
|
||||||
|
## Reproducing build
|
||||||
|
|
||||||
|
`npm run build`
|
||||||
|
|
||||||
|
The compiled code pops up in /dist.
|
Loading…
Reference in New Issue
Block a user