This project is my attempt at working with monorepo principles to create a usable UI, SDK, backend APi (Eventually) and any needed utilities. Each project has it's own directory and any dependencies are treated as local NPM Dependencies
I'm going to be maintaining a JSON file that's going to act as my master for all static data, it's at the root and will be kept up to date as I can.
Simple package that uses the generic public ER:BS api in combination with the official ER:BS Wiki to allow fetching some data.
Node/TS wrapper around the official ER:BS Api
Where all interfaces, constants, and general class constructs are housed
React based UI
Misc. playground for testing and more