The Graylog Design System is a shared design language and component library for building consistent, accessible Graylog interfaces.
This repository contains only the GitHub actions deployment workflow. See the live version at https://graylog2.github.io/design-system/.
The source code for the design system is part of the graylog2-server repository.
- Clone graylog2-server
- Go to the
graylog2-web-interfacefolder:cd graylog2-web-interface - Install the web interface dependencies:
yarn install - Go to the design system directory:
cd docs/graylog-luma - Install design system dependencies:
yarn install - Run
yarn storybook - Open
http://localhost:6006
To contribute, make changes to the design system source code in the graylog2-server repo.