Added readme for AMO (compliance stuff)

This commit is contained in:
Tamius Han 2019-06-05 23:35:01 +02:00
parent 1b267ca5a1
commit af39f3d708

21
README-AMO.md Normal file
View 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.