Skip to content

Commit

Permalink
Fix prototype instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Oct 23, 2023
1 parent a5f9fd5 commit 0fe2848
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion layouts/_design-system-base.njk
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions src/get-started/prototyping/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0fe2848

Please sign in to comment.