diff --git a/app/assets/images/codespaces/running-codespace.png b/app/assets/images/codespaces/running-codespace.png new file mode 100644 index 0000000..6de6535 Binary files /dev/null and b/app/assets/images/codespaces/running-codespace.png differ diff --git a/app/views/install/codespaces/create-a-codespace.html b/app/views/install/codespaces/create-a-codespace.html index 9920fe2..2c415ef 100644 --- a/app/views/install/codespaces/create-a-codespace.html +++ b/app/views/install/codespaces/create-a-codespace.html @@ -33,7 +33,7 @@

1. Go to the prototype repository

Go to the GitHub repository for the prototype you wish to use. For this guide we will be using the - NHSUK prototype kit repository. + NHS prototype kit repository.

2. Create a new Codespace

@@ -61,6 +61,8 @@

4. Check that it has worked

+

Screenshot of the running codespace

+

You now have a copy of the NHS prototype kit installed and running within a new GitHub Codespace.

This means you can create and edit prototypes entirely in your browser.

diff --git a/app/views/install/codespaces/index.html b/app/views/install/codespaces/index.html index 2c15ca8..a8b3468 100644 --- a/app/views/install/codespaces/index.html +++ b/app/views/install/codespaces/index.html @@ -23,26 +23,24 @@
-

Install and use the kit with your web browser

+

Install and use the kit with your web browser

If you cannot install the kit on your computer (for example, beause you are not allowed to install Node.js) you can use an online service to edit and run code using your web browser.

-

Services that you can use include:

For this guide we are using GitHub Codespaces.

- -

Before you begin

+

Before you begin

You do not need any technical knowledge to use this guide.

@@ -60,7 +58,6 @@

Before you begin

Installation usually takes up to 5 minutes.

- {{ actionLink({ text: "Start guide for using the kit in a web browser", href: "/install/codespaces/create-a-codespace", classes: "nhsuk-u-margin-top-x nhsuk-heading-l" }) }}
diff --git a/app/views/install/codespaces/working-with-codespaces.html b/app/views/install/codespaces/working-with-codespaces.html index 96c91a6..e316646 100644 --- a/app/views/install/codespaces/working-with-codespaces.html +++ b/app/views/install/codespaces/working-with-codespaces.html @@ -34,7 +34,7 @@

Save changes

Any changes you make are not shared with anybody else until you commit them to Git and push them to the repository.

-

You can use the Codespace code editor and user interface to manage changes with GitHub.You can use the +

You can use the Codespace code editor and user interface to manage changes with GitHub. You can use the quickstart guide to working with Codespaces