Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Plugin Module: log-explorer

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/log-explorer

Development

Setup

Install dependencies:

npm install

Get Started

Start the dev server:

npm run dev

Build the plugin for distribution:

npm run build