Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 932 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 932 Bytes

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 [email protected]: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: [email protected] / discord: @mazz#0385)
Thanks to r/Back4Blood/ and Turtle Rock Studios for their support and contributions.