Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
serviceName: 'Check if you need a lung scan',

// Port to run nodemon on locally
port: 2000,
port: 3000,

// Automatically stores form data, and send to all views
useAutoStoreData: 'true',
Expand Down
100 changes: 64 additions & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "your-service-name-goes-here",
"description": "Rapidly create HTML prototypes of NHS websites and services.",
"name": "check-if-you-need-a-lung-scan",
"description": "A prototype of the digital questionnaire for lung health screening eligibility and risk assessment.",
"main": "app.js",
"scripts": {
"start": "node .",
Expand All @@ -15,6 +15,7 @@
"devDependencies": {
},
"engines": {
"node": "^22.11.0 || ^24.11.0"
"node": "24.x",
"npm": "11.x"
}
}