Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.48 KB

File metadata and controls

37 lines (23 loc) · 1.48 KB

Register trainee teachers prototype

Prototype for the ‘Register trainee teachers’ service.

This prototype is based on the:

You can read more about Register trainee teachers on the design history website.

Requirements

  • Node.js - version 22.x.x

Installation

  • Clone this repository to a folder on your computer
  • Open Terminal
  • In Terminal, change the path to the repository
  • Type npm install to install the dependencies

Working locally

  • In Terminal, change the path to the repository
  • Type npm run dev and start the application

Tools

If you’re using Visual Studio (VS) Code for prototyping, we recommend you install the following extensions:

We also recommend you update your VS Code settings to make sure you’re trimming whitespace: Files: Trim Trailing Whitespace.