1
0
Fork 0
Installer for the War Brokers Mods (WBM).
Find a file
developomp 925defc67f bottom buttons update
- fixed bottom buttons spacing
- adaded link urls
2022-01-11 15:03:11 +09:00
.vscode initial commit 2022-01-11 09:47:19 +09:00
public initial commit 2022-01-11 09:47:19 +09:00
src bottom buttons update 2022-01-11 15:03:11 +09:00
src-tauri fixed window size and css 2022-01-11 14:57:17 +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 initial commit 2022-01-11 09:47:19 +09:00
README.md improved and simplified testing instruction 2022-01-11 14:56:46 +09:00
rollup.config.js initial commit 2022-01-11 09:47:19 +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 initial commit 2022-01-11 09:47:19 +09:00

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.

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.

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.