Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 1.43 KB

File metadata and controls

37 lines (20 loc) · 1.43 KB

Application-Dev-Read-first

Repo for App Dev to store standard operating procedures and How to guides

Start here

GDS Design principles - https://www.gov.uk/guidance/government-design-principles

This provides good documentation on Gov UK PaaS and what it is about - https://docs.cloud.service.gov.uk/

GDS Design system for designing our applications - https://design-system.service.gov.uk/

Tools to install / setup

Install Visual Studio - this should come with the MSDN license you get

Sonar Lint Visual Studio Plugin - https://www.sonarlint.org/visualstudio/

Download Cloud Foundry CLI - https://github.com/cloudfoundry/cli#downloads

Visual Studio Code - https://code.visualstudio.com/download

Xampp - https://www.apachefriends.org/download.html

Retire.js Chrome plugin (this checks for vulnerable libraries) - https://chrome.google.com/webstore/detail/retirejs/moibopkbhjceeedibkbkbchbjnkadmom?hl=en

Wave - https://chrome.google.com/webstore/detail/wave-evaluation-tool/jbbplnpkjmmeebjpijfedlgcdilocofh

Axe accessibility Chrome plugin - https://chrome.google.com/webstore/detail/axe-web-accessibility-tes/lhdoppojpmngadmnindnejefpokejbdd

Chrome Lighthouse Auditing tools - this is built into Chrome

Aria checker – https://chrome.google.com/webstore/detail/aria-validator/oigghlanfjgnkcndchmnlnmaojahnjoc

AA accessibility checker https://achecker.ca/checker/index.php

Use this site to copy html source to check for accessibility errors.