This repo builds UI patterns from Core-CMS stylesheets.
After cloning this repository for your plugin:
- Follow https://github.com/tacc-wbomar/Core-CMS-Pattern-Library/wiki/Core-CMS-Pattern-Library-Implementation-Quick-Start.
- Remove this section from your repository's
README.md
.
...
yarn install
git submodule init
*git submodule update
*yarn start
- (assuming no errors) Visit the URL provided by the output.
Footnotes
* Git submodule (at least alone) may not be an ideal solution for acquiring Core-CMS stylesheets, because it requires a manual update to retrieve different styles.