Skip to content

Commit

Permalink
force rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-shaw committed Jun 17, 2024
0 parents commit 1cd2c16
Show file tree
Hide file tree
Showing 8,581 changed files with 998,910 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Binary file added .DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
21 changes: 21 additions & 0 deletions LICENCE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License

Copyright (C) 2014 Crown Copyright (Government Digital Service)

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
8 changes: 8 additions & 0 deletions app/assets/javascripts/application.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
//
// For guidance on how to add JavaScript see:
// https://prototype-kit.service.gov.uk/docs/adding-css-javascript-and-images
//

window.GOVUKPrototypeKit.documentReady(() => {
// Add JavaScript here
})
6 changes: 6 additions & 0 deletions app/assets/sass/application.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
//
// For guidance on how to add CSS and SCSS see:
// https://prototype-kit.service.gov.uk/docs/adding-css-javascript-and-images
//

// Add extra styles here
3 changes: 3 additions & 0 deletions app/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"serviceName": "HMLR Casework Programme"
}
5 changes: 5 additions & 0 deletions app/data/session-data-defaults.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {

// Insert values here

}
10 changes: 10 additions & 0 deletions app/filters.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
//
// For guidance on how to create filters see:
// https://prototype-kit.service.gov.uk/docs/filters
//

const govukPrototypeKit = require('govuk-prototype-kit')
const addFilter = govukPrototypeKit.views.addFilter

// Add your filters here

9 changes: 9 additions & 0 deletions app/routes.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
//
// For guidance on how to create routes see:
// https://prototype-kit.service.gov.uk/docs/create-routes
//

const govukPrototypeKit = require('govuk-prototype-kit')
const router = govukPrototypeKit.requests.setupRouter()

// Add your routes here
Loading

0 comments on commit 1cd2c16

Please sign in to comment.