A history of the designs for the Get teacher CPD services
This repository makes it easy to:
- screenshot your designs
- create pages of screenshots to document designs
- document designs using the GOV.UK Design System
- print pages of designs
- make designs shareable and linkable
- Install GitHub Desktop
- Clone this repository
- Open Terminal
- Install node.js
- In Terminal,
cd /path/to/repositoryto navigate to the repository folder - Type and run
npm installto install dependencies - Type and run
npm start - Open a browser and go to
http://localhost:8080
Most of the time you'll be adding new posts. If you're just doing this then:
- Open Terminal
- Type
npm start
This will automatically restart the application with any changes to your posts an any images applied.
If you want to make changes to CSS and JavaScript, and watch for those changes, run npm run dev.
Uses the Design History as a template (Github)
The design history uses the GOV.UK Design System and the Eleventy static site generator.