From 0a606bc51b0ca1ca49fa7152a0b100504fbc7f87 Mon Sep 17 00:00:00 2001 From: Rumperuu Date: Sun, 21 Mar 2021 14:44:12 +0000 Subject: [PATCH] Update readme --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 22d4872..f813e2c 100644 --- a/README.md +++ b/README.md @@ -62,9 +62,7 @@ This client app. provides: 1. Clone the repo. to your dev. environment (`git clone git@github.com:Pear-Trading/FoodLoop-Web.git`); 1. enter the new directory (`cd FoodLoop-Web`); and -1. install the dependencies: - - `npm install -g @angular/cli`; and - - `npm install`. +1. install the dependencies (`npm install`). ## Configuration @@ -119,7 +117,8 @@ E2E tests run only once and will need to be re-run manually after source changes ### JavaScript/TypeScript Code -- Run `npm run lint` to format all JS/TS files with [Codelyzer](http://codelyzer.com/). +- Run `npm run lint` to format all JS/TS files with [Codelyzer](http://codelyzer.com/); and +- run `npm run lint-js:fix` to attempt to automatically fix errors and warnings. Codelyzer configuration settings are found in `tslint.json`.