WBM has been officially included into the game
⚠️ 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.
install dependencies
yarn install
Start the application in development environment with testing tools and hot reloading.
yarn tauri dev
Port 8080 is taken
warning because the previous dev server isn't properly closed.
Exiting and reopening the terminal should fix the issue.Build the application for release.
yarn tauri build
The source code for this project is available under the MIT license.