Skip to content

A repository for OpenUK's published blueprints and the process for creating the blueprints.

License

Notifications You must be signed in to change notification settings

OpenUK/blueprints

Repository files navigation

blueprints

A repository for OpenUK's published blueprints and the process for creating the blueprints.

Commitizen friendly GitHub issues licence GitHub Repo stars Contributor Covenant Built with Astro

Licencing

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.)

Built With

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.

Usage

If you want to develop locally, you will require an installation of nodejs.

cd src
npm install
npm run dev

Contributing

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.