Production Calculator for Satisfactory built upon Docs.json.ts.
- Docker
- vscode recommended to use devcontainer support
- A copy of Update 's
Docs.json
file
- 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)
No documentation as of yet 😬
Please refer to the tests in the meantime.
Issue tracker for both the calculator and the UI built atop the calculator are available on GitHub.