Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/twe4ked/valorant-battlepass-tracker

Valorant Battlepass XP Calculator
https://github.com/twe4ked/valorant-battlepass-tracker

battlepass calculator valorant

Last synced: about 1 month ago
JSON representation

Valorant Battlepass XP Calculator

Awesome Lists containing this project

README

        

# 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~