Bevy game template How to run Desktop build: cargo build Web build: trunk build --release sed "s@'/@'./@g; s@\"/@\"./@g" ./dist/index.html > ./dist/temp.html mv ./dist/temp.html ./dist/index.html