This repository contains the OpenWDL brand guidelines, downloadable logo assets, and the source for the brand website.
Visit the published guidelines at brand.openwdl.org.
The archived PDF is also available as brand-guidelines.pdf.
assets/— SVG and PNG logo assets.site/— the React/Vite source for the published site.brand-guidelines.pdf— archived PDF guidelines.
The site requires Node.js 22 and npm. From the repository root:
cd site
npm ci
npm run devUseful commands from site/:
npm run lint # Check source files
npm test # Run the test suite
npm run build # Copy assets and create a production buildChanges pushed to main run the test suite and deploy the site to GitHub Pages.
The deployment workflow can also be started manually from the repository's
Actions tab.
Brand guidelines and assets are licensed under the Creative Commons Attribution 4.0 International License.
© 2019–Present The OpenWDL Developers
