This is a plugin template for the Raiku application.
- Click to Use template
- Update the information in the
package.json
file.
- Run
pnpm i
to install the dependencies.
- Run
pnpm dev
to start development mode. - Open Raiku App and add plugin
http://localhost:5173
withDev mode
- Run
pnpm build
to compile the source code into executable code.
- Run
pnpm release
to release plugin withGithub Actions
Good luck!