# use existing nvm to install node 18 and pnpm make nvm-setup # pull dependencies and build all local packages make deps make build # run the tests, using Docker services as needed make test # run a local PDS and AppView with fake test accounts and data # (this requires a global installation of `jq` and `docker`) make run-dev-env # show all other commands make help