A common Bootstrap theme for *.ietf.org websites (fonts, colors, etc.), as well as a testing harness.
This is a mono-repo using Yarn Workspaces with two packages:
packages/common-bootstrap-theme
: the published NPM package with the common theme;packages/test-webpack-common-bootstrap-theme
: a reference implementation and testing harness using the common theme.
The reason for a mono-repo is to allow local development to mimic NPM package imports, allowing for easier testing.
See contributing.md
.