@bitburner-monorepo

The Bitburner repository to end all Bitburner repositories. Hopefully.

View on GitHub

@bitburner-monorepo/ws-stats-viewer

This project contains the viewer-side of my external Bitburner GUI. For now, only shows the in-game stats and a few extras, but should be easy to expand in the future.

A screenshot of the viewer in action.

Build Instructions

  1. Make sure that all the usage prerequisites listed in the main repository’s README.md are fulfilled.
  2. Run the command nx run ws-stats-viewer:build:production.

That’s it. All the files needed to use this project should now exist in the dist/ws-stats-viewer folder in the base directory of this repository.

Usage Instructions

  1. Ensure the WebSockets Stats Server is running.
  2. Ensure /bin/svc/wsStatsConnecter.js from my Bitburner Scripts repository is running in-game.
  3. Serve the contents of dist/ws-stats-viewer with the desired web server.
    • Alternately, just open dist/ws-stats-viewer/index.html in a web browser.