Son aktif 1732645717

Bluesky-2.sh Ham
1# use existing nvm to install node 18 and pnpm
2make nvm-setup
3
4# pull dependencies and build all local packages
5make deps
6make build
7
8# run the tests, using Docker services as needed
9make test
10
11# run a local PDS and AppView with fake test accounts and data
12# (this requires a global installation of `jq` and `docker`)
13make run-dev-env
14
15# show all other commands
16make help