- There is no single source of truth when it comes to design-centric documentation within GOV.UK
- GOV.UK Design System is intended for transactional services used across government departments
- The GOV.UK Publishing Design Guide can help mitigate duplicating existing designs, provide insights on past design decisions, and demonstrate the interconnected relationship between our publishing tools and what the end-user interacts with on a GOV.UK page
- Before running a local version of the Publishing Design Guide on your computer ensure that you have the following installed:
- Node LTS
- Visual Studio Code
- GitHub set up on your computer
- Once you have those installed, clone this repo.
- Once it's cloned, in the terminal run:
npm install
- Once all the packages been installed you should be able to run a local version of the Publishing Design Guide by running:
npm start
- When the server is active enter
http://localhost:8080/
in your browser's address bar. In doing so, a local version of the Publishing Design Guide will run on your computer.
http://localhost:8080/
- Before contributing be sure to pull the latest version of the main on your local machine.
- Create a brand new branch from main.
- Depending on your scenario:
- If a new documention is being added there are template files with detailed instructions available.
- If a documentation is being amended, locate the appropriate document within the
/docs
folder and begin making any necessary changes.