From 1863589614e719a52fecfef5fe335d5d69804162 Mon Sep 17 00:00:00 2001 From: Ben Goldsworthy Date: Sun, 1 Nov 2020 18:04:35 +0000 Subject: [PATCH] Clarify environments in README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 915d9a4..d4b4729 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ To get this repository set up: - `npm install -g @angular/cli` - `npm install` 3. Start the application: - - `npm start` + - `npm run start:local` - The app. will automatically reload after source file changes [LocalLoop-Server]:https://github.com/Pear-Trading/Foodloop-Server @@ -45,8 +45,7 @@ To get this repository set up: ## Environments -The app defaults to using the development server. For other options, see -`src/environments/environments.ts`. +The app defaults to using the production environment. For other options, see `angular.json`. ## Build