An ecosystem of native platform tools built on Effect.
See the Effect Native Project Board to see what we're working on next.
This project uses Nix for reproducible builds. All commands should be run within the Nix development shell:
# Enter the development shell
nix develop
# Install dependencies
pnpm install
# Run all checks
pnpm ok
# Run tests
pnpm test
# Build all packages
pnpm buildMIT