Skip to content

Latest commit

 

History

History
 
 

react-components

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@questdb/react-components

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.

Local development setup

In order to run this package locally, you need to do the following steps:

  1. Clone and bootstrap repository (by following instructions on local-development-setup.md)
  2. Start Storybook
  3. Hack!

1. Clone and bootstrap repository

Consult instructions on local-development-setup.md document.

2. Start Storybook

yarn workspace @questdb/react-components storybook

localhost:6006 should display storybook.

3. Hack!

Make your changes, we're looking forward to your Pull Request!

And if you ever need help, here are some useful links: