Skip to content

Heinonen's Dice - A dice rolling simulator application.

License

Notifications You must be signed in to change notification settings

KararTY/dice-roll-app

Repository files navigation

Heinonen's Dice

Building It Yourself

Read through this first:

Additionally, you need NodeJS (LTS and over) and yarn installed.

Install dependencies:

yarn

Run dev environment:

yarn tauri dev

Build the app:

yarn tauri build

The built application can be found under src-tauri/target/release/bundle.

Configs

License file is named LICENSE.

Application description is under src-tauri/tauri.conf.json.

Application logos are under src-tauri/icons/.

MIT License

Karar Al-Remahy