Go to file
2023-11-13 17:11:07 +02:00
.gitignore GG 2023-11-13 13:33:50 +02:00
bun.lockb GG 2023-11-13 13:33:50 +02:00
cv.tsx more exp 2023-11-13 17:11:07 +02:00
flake.lock initial commit 2023-11-12 19:07:45 +02:00
flake.nix GG 2023-11-13 13:33:50 +02:00
index.ts GG 2023-11-13 13:33:50 +02:00
makefile initial commit 2023-11-12 19:07:45 +02:00
package.json GG 2023-11-13 13:33:50 +02:00
README.md readme 2023-11-13 13:37:36 +02:00
tsconfig.json GG 2023-11-13 13:33:50 +02:00

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.