Skip to content

Seacolor/cnpc2

Repository files navigation

Custom NPC Editor 2

Custom NPC Editor for elona_omake_overhaul.

Installation

Download packaged binaries from the releases page.

Building

Prerequisites

  • Rust
  • Node.js
  • npm
  • WebView

Install tauri

$ cargo install tauri-cli
$ npm install -g yarn

Debug

$ yarn
$ yarn build
$ yarn tauri dev

Build

$ yarn tauri build

Test

$ cd src-tauri
$ cargo test

License

MIT License