├── .gitignore └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | .sass-cache 2 | .DS_Store 3 | .start.pid 4 | public 5 | govuk_modules 6 | node_modules/* 7 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # GOV.UK Prototyping Kit 2 | 3 | The GOV.UK Prototyping Kit has moved to [https://github.com/alphagov/govuk_prototype_kit](https://github.com/alphagov/govuk_prototype_kit). 4 | --------------------------------------------------------------------------------