/b4bstats

Repository for B4BSTATS online tool

Primary LanguageTypeScriptMIT LicenseMIT

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

# Install dependencies
yarn

# Serve dev
yarn start:dev

# Build and export to static files
yarn export

Credits

Created by Mazzoni. (email: hello@mazz.lol / discord: @mazz#0385)
Thanks to r/Back4Blood/ and Turtle Rock Studios for their support and contributions.