Development - BlackPearlOrigin/blackpearlorigin GitHub Wiki
Keep in mind you only need to follow these instructions if you're trying to contribute to or modify the software, otherwise you can just install it via the installers on the releases page.
Prerequisites
Setup
Clone the repository.
$ git clone https://github.com/BlackPearlOrigin/BlackPearlOrigin.git
Install the NPM dependencies.
$ yarn install
Run the app or build it.
$ yarn tauri dev # Run in dev mode
$ yarn tauri build # Build the app