Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/twe4ked/valorant-battlepass-tracker
- Owner: twe4ked
- Created: 2020-08-10T06:51:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-18T22:02:19.000Z (over 4 years ago)
- Last Synced: 2024-11-08T06:52:03.774Z (3 months ago)
- Topics: battlepass, calculator, valorant
- Language: Rust
- Homepage: https://twe4ked.github.io/valorant-battlepass-tracker
- Size: 124 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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~