Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 345 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 345 Bytes

Valorant Battlepass XP

cargo watch -i .gitignore -i "static/*" -s "wasm-pack build --target web --out-name wasm --out-dir ./static"
miniserve ./static --index index.html

Releasing

git add -f static/wasm*
git commit -m "Release"
git push origin `git subtree split --prefix static`:gh-pages --force
git reset HEAD~