项目作者: DFE-Digital

项目描述 :
Prototype for the ‘Find postgraduate teacher training’ service
高级语言: JavaScript
项目地址: git://github.com/DFE-Digital/find-teacher-training-prototype.git
创建时间: 2018-04-10T12:24:22Z
项目社区:https://github.com/DFE-Digital/find-teacher-training-prototype

开源协议:MIT License

下载


Find postgraduate teacher training prototype

This prototype is based on the:

Requirements

  • Node.js - version 20.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 start and start the application

API keys

Create a blank file named .env and add the following API keys:

  1. GCP_API_KEY=

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.