From 907fe6eab6e0632d84c4a12a2bf18a7c7592a089 Mon Sep 17 00:00:00 2001 From: Ben Goldsworthy Date: Sat, 28 Nov 2020 19:30:41 +0000 Subject: [PATCH] README edits --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d4b4729..019bd9b 100644 --- a/README.md +++ b/README.md @@ -27,16 +27,17 @@ For your local Node.js, we recommend using: - [n][tj/n] for \*nix and Mac; and - [nodist][marcelklehr/nodist] for Windows. -We reccomend Node.js version 8.0.0+ and npm version 5.3.0+. +We recommend Node.js version 8.0.0+ and npm version 5.3.0+. To get this repository set up: 1. Clone it -2. Install the dependencies: +1. Install the dependencies: - `npm install -g @angular/cli` - `npm install` -3. Start the application: - - `npm run start:local` +1. Set up the `src/environments/environment.⟨environment⟩.ts` file +1. Start the application: + - `npm run start:local` if running the app. locally - The app. will automatically reload after source file changes [LocalLoop-Server]:https://github.com/Pear-Trading/Foodloop-Server @@ -45,7 +46,8 @@ To get this repository set up: ## Environments -The app defaults to using the production environment. For other options, see `angular.json`. +The app defaults to using the production environment. +For other options, see `angular.json`. ## Build