A design pattern and component library for Public Knowledge Project's applications Open Journal Systems and Open Monograph Press.
This library contains design patterns implemented or planned for the Public Knowledge Project's applications Open Journal Systems and Open Monograph Press.
This library can also be run locally to provide a style guide, component documentation, and a sandbox environment for component development and testing.
This library is intended to be included and used within PKP's applications. If you would like to run the style guide and component documentation locally, follow these steps.
# install dependencies
npm install
# serve with hot reload at localhost:6006
npm run storybook
- Latest storybook build
- Latest snapshots captured via Chromatic service for visual testing of our components and pages
Please file any development issues or questions with the pkp/pkp-lib repository.
Thanks to Chromatic for providing the visual testing platform that helps us review UI changes and catch visual regressions.