Go to file
2023-12-19 16:33:47 +02:00
.gitignore version 0.1.0 2023-12-19 16:33:47 +02:00
bun.lockb version 0.1.0 2023-12-19 16:33:47 +02:00
cv.tsx new shit 2023-11-29 13:06:05 +02:00
flake.lock new shit 2023-11-29 13:06:05 +02:00
flake.nix version 0.1.0 2023-12-19 16:33:47 +02:00
index.ts GG 2023-11-13 13:33:50 +02:00
makefile version 0.1.0 2023-12-19 16:33:47 +02:00
package-lock.json version 0.1.0 2023-12-19 16:33:47 +02:00
package.json version 0.1.0 2023-12-19 16:33:47 +02:00
README.md readme 2023-11-13 13:37:36 +02:00
tech.ts new shit 2023-11-29 13:06:05 +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.