866 B
866 B
Development
Installation
Install just, jq, luacheck, openssl, lychee (brew install lychee, or cargo install lychee if you already have a Rust toolchain), and CraftOS-PC v2.8.3+, then run:
just install trapos-install && echo ok
This installs local Git hooks, checks required tools, generates .env, and verifies a full TrapOS install on a fresh CraftOS-PC state.
Cleaning
just clean— clears themcp-bridgebuild caches (node_modules/.cache/tsc,node_modules/.cache/eslint). Safe to run anytime;just reinstallchains it withjust install.just clean-env— deletes.env. Run only when you actually want to drop locally generated tokens.
See docs/README.md for repository docs and docs/adrs/README.md for architecture decisions.