From 06119143ead646becb569e849e83f77349dfdabd Mon Sep 17 00:00:00 2001 From: Edward Horsford Date: Tue, 1 Mar 2016 16:29:40 +0000 Subject: [PATCH 1/4] Fix typo and add note about warnings --- docs/install/install-the-kit.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install/install-the-kit.md b/docs/install/install-the-kit.md index f2ab653669..a55045e283 100644 --- a/docs/install/install-the-kit.md +++ b/docs/install/install-the-kit.md @@ -24,7 +24,7 @@ Unzip the kit you downloaded - you should end up with a folder called `govuk_pro ### Rename the kit -Rename the folder to something descriptive for your prototype. For this guide, we’ll use `juggling-licence-prototype`. +Rename the folder to something descriptive for your prototype. For this guide, we’ll use `juggling-license-prototype`. ### Move the kit in to projects folder @@ -85,7 +85,7 @@ You need to download extra code used by the kit before it can run. You can get t ``` npm install ``` -The install may take up to a minute. +The install may take up to a minute. Whilst installing it may `WARN` about some items - this is ok. As long as there are no `ERROR`s you can continue. --- [Previous page (requirements)](requirements.md) From 9ee1f34d362316381c9cbc0d030ce20af98af43a Mon Sep 17 00:00:00 2001 From: Edward Horsford Date: Tue, 1 Mar 2016 16:30:15 +0000 Subject: [PATCH 2/4] Make link to running kit open in new window --- docs/install/run-the-kit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/run-the-kit.md b/docs/install/run-the-kit.md index 4d2dd365ee..f83033dde5 100644 --- a/docs/install/run-the-kit.md +++ b/docs/install/run-the-kit.md @@ -20,7 +20,7 @@ Listening on port 3000 url: http://localhost:3000 ## Check it works -In your web browser, visit [http://localhost:3000](http://localhost:3000) +In your web browser, visit http://localhost:3000 (opens in a new window) You should see the prototype welcome page. From 90469891f840f70671cf3601065600162b6f7699 Mon Sep 17 00:00:00 2001 From: Edward Horsford Date: Wed, 2 Mar 2016 12:01:09 +0000 Subject: [PATCH 3/4] Fix typo --- docs/install/install-the-kit.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/install/install-the-kit.md b/docs/install/install-the-kit.md index a55045e283..2dbe2748f6 100644 --- a/docs/install/install-the-kit.md +++ b/docs/install/install-the-kit.md @@ -24,7 +24,7 @@ Unzip the kit you downloaded - you should end up with a folder called `govuk_pro ### Rename the kit -Rename the folder to something descriptive for your prototype. For this guide, we’ll use `juggling-license-prototype`. +Rename the folder to something descriptive for your prototype. For this guide, we’ll use `juggling-licence-prototype`. ### Move the kit in to projects folder @@ -45,7 +45,7 @@ You need to be able to navigate to your prototype from the terminal. Most comman #### Mac users: ``` -cd ~/projects/juggling-license-prototype +cd ~/projects/juggling-licence-prototype ``` #### Windows users: @@ -54,11 +54,11 @@ Navigating will depend on whether you have a `Documents` or a `My Documents` fol Documents: ``` -cd ~/Documents/projects/juggling-license-prototype +cd ~/Documents/projects/juggling-licence-prototype ``` My Documents: ``` -cd ~/My\ Documents/projects/juggling-license-prototype +cd ~/My\ Documents/projects/juggling-licence-prototype ``` #### Returning to this folder From a3d17140db7cde9d8fd5b847024725509ecb674f Mon Sep 17 00:00:00 2001 From: Edward Horsford Date: Wed, 2 Mar 2016 12:01:56 +0000 Subject: [PATCH 4/4] Make text about new tab visible to everyone --- docs/install/run-the-kit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/run-the-kit.md b/docs/install/run-the-kit.md index f83033dde5..25691bee07 100644 --- a/docs/install/run-the-kit.md +++ b/docs/install/run-the-kit.md @@ -20,7 +20,7 @@ Listening on port 3000 url: http://localhost:3000 ## Check it works -In your web browser, visit http://localhost:3000 (opens in a new window) +In your web browser, visit http://localhost:3000 (opens in a new tab) You should see the prototype welcome page.