- Install node.js v20 or later.
- Install watchman.
- Run
corepack enable
. - Run
yarn
to install dependencies.
Run yarn dev
to start the dev server.
The panel will be hosted out of http://localhost:5173/
Storybook will be hosted out of http://localhost:6006/
Run yarn build
to package the panel for distribution. Output will be placed in the dist
folder.
This work is licensed under AGPL-3.0. See the LICENSE file for more information.