@satisfactory-dev/docs.json.ts-production-planner
v0.16.1
Published
Docs.json.ts-driven production planner
Readme
Satisfactory Production Calculator
Production Calculator for Satisfactory built upon Docs.json.ts.
Using
Requirements
- Docker
- vscode recommended to use devcontainer support
- A copy of Update 's
Docs.jsonfile
Setup
- Checkout locally
- Load in devcontainer-supporting IDE
- devcontainer setup should automatically run
make install NODE_OPTIONSenv var may require opening a fresh terminal if you receieve an error along the lines ofTypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension ".ts"
- devcontainer setup should automatically run
- Copy
Docs.jsonto./data/ - Run
make generate - Run
make generate--validators(needed to build the typescript definition file for the Ajv validator)
Documentation
No documentation as of yet 😬
Please refer to the tests in the meantime.
Issues
Issue tracker for both the calculator and the UI built atop the calculator are available on GitHub.
