1
0
Fork 0
Installer for the War Brokers Mods (WBM).
Find a file
2022-01-30 22:05:58 +09:00
.repo added installer image 2022-01-26 11:58:31 +09:00
.vscode added new word to workspace dictionary 2022-01-25 10:01:00 +09:00
public added WBM loading screen spinner 2022-01-20 13:38:12 +09:00
src aah too lazy to create proper git commit 2022-01-30 22:05:58 +09:00
src-tauri aah too lazy to create proper git commit 2022-01-30 22:05:58 +09:00
.gitignore added log files to gitignore 2022-01-11 14:38:13 +09:00
.prettierrc initial commit 2022-01-11 09:47:19 +09:00
LICENSE initial commit 2022-01-11 09:47:19 +09:00
package.json removed automatic launch option logic 2022-01-26 15:39:27 +09:00
README.md simplified warning section 2022-01-27 15:18:49 +09:00
rollup.config.js prevent warning when building 2022-01-11 18:04:48 +09:00
svelte.config.js initial commit 2022-01-11 09:47:19 +09:00
tailwind.config.cjs initial commit 2022-01-11 09:47:19 +09:00
tsconfig.json initial commit 2022-01-11 09:47:19 +09:00
yarn.lock removed automatic launch option logic 2022-01-26 15:39:27 +09:00

WBM-installer

Installer for War Brokers Mods (WBM).

Installer image

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.

I highly recommend reading the tauri documentation before writing any code.

0. Requirements

  • nodejs v16 LTS
  • cargo
  • yarn
  • git

1. Setup

2. Run in development mode

Start the application in development environment with testing tools and hot reloading.

yarn tauri dev
  • This command should be used for testing since the app may render differently in your browser.
  • You might get a Port 8080 is taken warning because the previous dev server isn't properly closed. Exiting and reopening the terminal should fix the issue.

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.