This package contains React components used in QuestDB UI: Web Console, questdb.io website, QuestDB Cloud and other projects.
Storybook is used to develop and document components.
In order to run this package locally, you need to do the following steps:
- Clone and bootstrap repository (by following instructions on
local-development-setup.md
) - Start Storybook
- Hack!
Consult instructions on local-development-setup.md
document.
yarn workspace @questdb/react-components storybook
localhost:6006 should display storybook.
Make your changes, we're looking forward to your Pull Request!
And if you ever need help, here are some useful links:
- Github issues, might already have an answer to your question
- QuestDB Documentation includes a lot of useful information
- QuestDB Slack join our helpful community!