update readme
All checks were successful
publish / publish (push) Successful in 32s

This commit is contained in:
Lyn Fugmann 2024-10-06 23:15:46 +02:00
parent 9290cd8771
commit 081125f789

View file

@ -31,3 +31,6 @@ npm run start
A nix development shell that provides all required tools for developing and building the project is provided for convenience. Using it is by no means required, although we encourage it. A nix development shell that provides all required tools for developing and building the project is provided for convenience. Using it is by no means required, although we encourage it.
You can activate the devShell using `nix develop` or automatically, whenever entering/leaving this project's directory, using direnv (run `direnv allow` once). You can activate the devShell using `nix develop` or automatically, whenever entering/leaving this project's directory, using direnv (run `direnv allow` once).
## CI Pipeline
Our CI will automatically build and publish any changes on `main`. So hopefully, the barrier for making changes is reduced further :).