Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 774 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 774 Bytes

raiku-plugin-hentaivn

This is a plugin source Hentai VN for Raiku App.

Install with url: https://manga-raiku.github.io/raiku-plugin-hentaivn

How to create a plugin with this template

  1. Click to Use template
  2. Update the information in the package.json file.

Installation

  1. Run pnpm i to install the dependencies.

Enabling Development Mode

  1. Run pnpm dev to start development mode.
  2. Open Raiku App and add plugin http://localhost:5173 with Dev mode

Compilation

  1. Run pnpm build to compile the source code into executable code.

Release

  1. Run pnpm release to release plugin with Github Actions

Good luck!