From af39f3d708a109b23fa8f7c29de85f38b782b517 Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Wed, 5 Jun 2019 23:35:01 +0200 Subject: [PATCH] Added readme for AMO (compliance stuff) --- README-AMO.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README-AMO.md diff --git a/README-AMO.md b/README-AMO.md new file mode 100644 index 0000000..2769728 --- /dev/null +++ b/README-AMO.md @@ -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. \ No newline at end of file