cv/README.md
2023-11-13 13:37:36 +02:00

267 B

cv

To enter a nix dev shell:

nix develop --command $SHELL

To install dependencies:

bun i

To run:

make

This project was created using bun init in bun v1.0.7. Bun is a fast all-in-one JavaScript runtime.