Skip to content

Latest commit

 

History

History

README.md

Plugin Module: click-house

How to install

This plugin requires react and react-dom 18

Install peer dependencies:

npm install react@18 react-dom@18

Install the plugin:

npm install @my-org/click-house

Development

Setup

Install dependencies:

npm install

Get Started

Start the dev server:

npm run dev

Build the plugin for distribution:

npm run build