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.
- Node.js - version 22.x.x
- Clone this repository to a folder on your computer
- Open Terminal
- In Terminal, change the path to the repository
- Type
npm installto install the dependencies
- In Terminal, change the path to the repository
- Type
npm run devand start the application
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.