@satisfactory-dev/docs.json.ts-production-planner
v0.2.0
Published
Docs.json.ts-driven production planner
Downloads
76
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.json
file
Setup
- Checkout locally
- Load in devcontainer-supporting IDE
- devcontainer setup should automatically run
make install
NODE_OPTIONS
env 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.json
to./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.