See nammayatri's backend README for general instructions on Nix-based development.
To run this project locally,
# This will spin up two processes: beckn-gateway and mock-registry
nix run .#runTo run the docker-compose containers (that the above processes depend on):
nix run .#arionTo autoformat and run other pre-commit checks, run:
# NOTE: This must be run from `nix develop` shell
pre-commit runYou can force running pre-commit on all file as follows:
# NOTE: This must be run from `nix develop` shell
pre-commit run -a