KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
b4bstats
★ 21
Open GitHub ↗
Repository for B4BSTATS online tool
Download README (.md)
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
b4bstats
?
Download (.md)
# B4BSTATS B4BSTATS is an online tool centered around Back 4 Blood game to track your progress through campaigns and display your statistics. ## Install To install project locally, make sure to have NodeJs (version 16.14.0 at least) and Yarn (version 1.22.17 at least) installed. * Clone the project `git clone git@github.com:Mazzzoni/b4bstats.git` * Enter project `cd b4bstats/` * Install dependencies `yarn` * Start dev environment `yarn start:dev` ## Commands ```shell # Install dependencies yarn # Serve dev yarn start:dev # Build and export to static files yarn export ``` ## Credits Created by [Mazzoni](https://github.com/Mazzzoni). (email: [hello@mazz.lol](mailto:hello@mazz.lol) / discord: [@mazz#0385](https://discordapp.com/users/370123066594033668)) Thanks to [r/Back4Blood/](https://www.reddit.com/r/Back4Blood/) and [Turtle Rock Studios](https://turtlerockstudios.com/) for their support and contributions.