A repository for OpenUK's published blueprints and the process for creating the blueprints.
Code released under the Apache Licence 2.0.
Datasets released under CDLA permissive 2.0.
Narrative and text released under Creative Commons Attribution-ShareAlike 2.0 Generic (CC BY-SA 2.0.)
The underlying blueprints are encoded as YAML files.
The blueprints are validated against a schema using AJV and JS-YAML.
The blueprints are rendered at https://openuk.github.io/blueprints/ using TypeScript, Node & AstroJS, styled with TailwindCSS, and hosted on GitHub Pages.
If you want to develop locally, you will require an installation of nodejs.
cd src
npm install
npm run dev
Contributions are welcome. See information on contributing, as well as our OpenUK code of respect. All commits should be signed with the Developer Certificate of Origin.