From 10e361476a9187e0aba01f26dd2eb60ea42a69ee Mon Sep 17 00:00:00 2001 From: Michael Darmanin Date: Mon, 17 Oct 2016 09:12:11 +0200 Subject: [PATCH 1/4] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9134e919b6..0a4d319e93 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ To install the frontend please do the following: ## Start To start the frontend please do the following: -- Start the server by running `npm start` in the repo folder. +- Start the server by running `npm start` in the repo folder. In some cases, that will not work so try `ember serve`. - Go to [http://localhost:4200/](http://localhost:4200/) in a browser and login with username `hradmin` and password `test`. ## Running with Docker From 956a5d2980a48a728cc2759151ddca01b439197c Mon Sep 17 00:00:00 2001 From: Michael Darmanin Date: Mon, 17 Oct 2016 16:11:37 +0200 Subject: [PATCH 2/4] changed one line in readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a4d319e93..38128b0d23 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ To install the frontend please do the following: ## Start To start the frontend please do the following: -- Start the server by running `npm start` in the repo folder. In some cases, that will not work so try `ember serve`. +- Start the server by running `npm start` in the repo folder. If `npm start` doesn't work you, you can try `ember serve` as an alternative. - Go to [http://localhost:4200/](http://localhost:4200/) in a browser and login with username `hradmin` and password `test`. ## Running with Docker From c265bc0ecf1d7bd9a7f7fd99a8d83844bc65c017 Mon Sep 17 00:00:00 2001 From: Michael Darmanin Date: Mon, 17 Oct 2016 16:18:46 +0200 Subject: [PATCH 3/4] made one line shorter in readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38128b0d23..a708b1ed0d 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ To install the frontend please do the following: ## Start To start the frontend please do the following: -- Start the server by running `npm start` in the repo folder. If `npm start` doesn't work you, you can try `ember serve` as an alternative. +- Start the server by running `npm start` in the repo folder. If `npm start` doesn't work you, try `ember serve` as an alternative. - Go to [http://localhost:4200/](http://localhost:4200/) in a browser and login with username `hradmin` and password `test`. ## Running with Docker From 1847f352ea4c113f54d6606dadb9d8a8197b64a0 Mon Sep 17 00:00:00 2001 From: Michael Darmanin Date: Mon, 17 Oct 2016 22:34:49 +0200 Subject: [PATCH 4/4] Small typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a708b1ed0d..416efd1eb0 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ To install the frontend please do the following: ## Start To start the frontend please do the following: -- Start the server by running `npm start` in the repo folder. If `npm start` doesn't work you, try `ember serve` as an alternative. +- Start the server by running `npm start` in the repo folder. If `npm start` doesn't work for you, try `ember serve` as an alternative. - Go to [http://localhost:4200/](http://localhost:4200/) in a browser and login with username `hradmin` and password `test`. ## Running with Docker