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

Step 8 of 8 Check it works

Check your local host

In your web browser, visit http://localhost:3000 opens in a new tab

You should see the prototype welcome page.

Screenshot of the prototype kit welcome page
I don't see that page

If you don't see that page

{% block branchingContent %} {% endblock %} Screenshot of the terminal running the kit

Make sure the number in the terminal matches the one in the web address.

The kit automatically changes to http://localhost:3001 if http://localhost:3000 is already in use.

Installation complete

The kit is now installed. Congratulations!

Getting going

Start making pages

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