Boss encounter fire mage simulator for WoW vanilla.
Built off the Cheesehyvel Framework
Written in Rust and Vuejs
- Rust toolchain
- wasm-pack - installer or
cargo install wasm-pack - npm
- Install wasm dependencies with
wasm-pack build - Install front-end dependencies with
npm install - Build project with
npm run prod
- Build wasm only:
npm run wasm - Build front-end only:
npm run build
You can make a local development server with npm run dev. This will start a local webserver and rebuild the front-end when changes occur.
For more information about the build process, see wasm-pack and vite documentation.