Manage teacher training applications is a service for training providers to see, manage and make decisions on applications they receive.
This prototype is based on the:
- Node.js - version 20.x.x
- 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
- In Terminal, change the path to the repository
- Type
npm run dev
and start the application
The prototype uses seed data.
You can regenerate the data:
- In Terminal, change the path to the repository
- Type
npm run generate-data
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
.