Skip to content

wearefuturegov/kent-send

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Is EHCP right for me?

On the web here

A quiz and personalised results page for the Kent SEND service. It:

  • filters inappropriate demand and singposts elsewhere
  • screens applications for EHCP plans and improves the quality of applications

Built on the next.js framework.

Pushes to master are automatically redeployed on Heroku.

Prerequisites

node and npm

Running it locally

  1. Grab dependencies with npm install
  2. npm run dev

Running it on the web

It should run on Heroku with no special steps.

In other places, run it in production mode with npm run build and then npm start.

Content

At the moment, the content is stored as two data files questions.json and options.json in the folder content. It's safe to edit the text in these files to make minor content changes. Most keys accept HTML tags.

The application uses the id key to match questions to options, so don't change these unless you know what you're doing.

In future, these data files could be generated as part of the build by pulling content from a headless CMS.

Environment config

Needs none right now

What it looks like

SEND Explore your options - Kent County Council

About

quiz and personalised results page for the kent send service

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published