Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 267 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 267 Bytes

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.