{% extends 'layout.html' %} {% block pageTitle %} Install - HS2 prototype kit {% endblock %} {% block beforeContent %} {{ breadcrumb({ items: [ { href: "/docs", text: "Home" } ], href: "/docs/install", text: "Install" }) }} {% endblock %} {% block content %}

Step 6 of 10 Decide where to keep your prototypes

We recommend keeping all your prototypes in one folder called projects.

{% block branchingContent %} {% endblock %}

Unzip the kit and move it

1. Unzip the kit

Unzip the kit you downloaded - you should end up with a folder called hs2-prototype-kit followed by the version number.

2. Rename the folder

Rename the folder to something descriptive for your prototype. For this guide, we’ll use hs2-new-service .

3. Move the folder

Move the folder into your projects folder.

{% block pagination %} {% endblock %}
{% endblock %}