You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Justin Wiblin 42094b1ffb
Added Linting
2 years ago
.vscode Added Linting 2 years ago
src Added Linting 2 years ago
.eslintrc.json Added Linting 2 years ago
.gitignore Initial commit 2 years ago
.stylelintrc.json Added Linting 2 years ago
LICENSE.md Initial commit 2 years ago
README.md Update Documentation 2 years ago
package-lock.json Added Linting 2 years ago
package.json Added Linting 2 years ago
snowpack.config.js Added Linting 2 years ago

README.md

The code behind https://home.tldcode.uk

Building

Requires Node and NPM At a command line run

npm install
npm run build

The build folder contains everything needed to run the site, including a web.config to setup compression and https redirects in IIS. If using a different http server set it up as per their documentation.