Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 428 Bytes

File metadata and controls

41 lines (26 loc) · 428 Bytes

Plugin Module: loki

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 @perses-dev/loki

Development

Setup

Install dependencies:

npm install

Get Started

Start the dev server:

npm run dev

Build the plugin for distribution:

npm run build