From 0fe2848af1c1dc65dfc23dacbea12ffcf51e6319 Mon Sep 17 00:00:00 2001 From: Andrew Hosgood Date: Mon, 23 Oct 2023 16:35:28 +0100 Subject: [PATCH] Fix prototype instructions --- layouts/_design-system-base.njk | 3 ++- src/get-started/prototyping/index.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/layouts/_design-system-base.njk b/layouts/_design-system-base.njk index 9ce2500..42444bd 100644 --- a/layouts/_design-system-base.njk +++ b/layouts/_design-system-base.njk @@ -82,7 +82,8 @@ topNavigation: [ { text: "Design System GitHub repository", - href: "https://github.com/nationalarchives/design-system" + href: "https://github.com/nationalarchives/design-system", + brandIcon: "github" } ], colour: "black" diff --git a/src/get-started/prototyping/index.md b/src/get-started/prototyping/index.md index 331632f..a7e5e8a 100644 --- a/src/get-started/prototyping/index.md +++ b/src/get-started/prototyping/index.md @@ -19,6 +19,7 @@ You can use the supplied components and styles with the prototype kit to make ri ### Create a new National Archives prototype 1. Create an empty directory `mkdir my-new-prototype` +1. Enter the new directory `cd my-new-prototype` 1. Use `npx govuk-prototype-kit create` to create a new prototype project 1. Install the frontend styles with `npm install @nationalarchives/frontend` 1. Run `npm run dev` to start up the prototype kit