Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

alphagov/govuk-one-login-user-journeys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GovUK One Login User Journeys Prototype

This repository is Archived and read only

Prototype Kit requirements

Node.js 18.x.x

Installation

After cloning the repo, in the repo directory run:

npm install
npm run dev

On the initial run you will be asked a question about usage, answer with Y or N key and enter.

Quit the Prototype Kit, in the terminal press the ctrl and c keys together.

You are now ready to run it.

Running the prototype

npm run dev

To Quit the Prototype Kit, in the terminal press the ctrl and c keys together.

Prototype specific features

To enable "Back to scenario landing page" link in the header and set a url for it (the link ist disabled by default)

Put inside the template, right after "{% extends "layouts/main.html" %}":

{% set showTopNav = true %}
{% set topNavUrl = "/home" %}

replace "/home" url value with the one that you need the link to go to

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published