1.3 KiB
1.3 KiB
WBM-installer
Installer for War Brokers Mods (WBM).
Installing
instructions
Contributing
⚠️ High CPU usage warning ⚠️
Running yarn tauri XXX
command will use a LOT (I mean A LOT) of computing resource.
No worries though, this is only for the first execution and it will be much quicker next time.
- versions in
./src-tauri/Cargo.toml
is irrelevant. The version in./src-tauri/tauri.conf.json
is the real deal. - Icons are from svelte-icons
0. Requirements
- nodejs v16 LTS
- cargo
- yarn
- git
1. Setup
-
install dependencies
yarn install
2. Run in development mode
Start the application in development environment with testing tools.
yarn tauri dev
Test front end in development mode with hot reloading (in browser)
yarn dev
Build front end in production mode (in browser)
yarn build
start front end in production mode (in browser)
yarn start
3. Build for production
Build the application for release.
yarn tauri build
License
The source code for this project is available under the MIT license.