Go to file
Ivan Dimitrov 3f2e7cd352 Squashed commit of the following:
commit ef058ba8e3498eb0b0606d8cf55c41a8718b7820
Author: Ivan Dimitrov <ivan@idimitrov.dev>
Date:   Sat Dec 23 19:20:50 2023 +0200

    set version

commit 3b6cf8c60b0803b8316cdd5b0884671b980b3600
Author: Ivan Dimitrov <ivan@idimitrov.dev>
Date:   Sat Dec 23 19:17:45 2023 +0200

    formatting

commit 218cfd137f7c1b71399036f6101b4614aaec1406
Author: Ivan Dimitrov <ivan@idimitrov.dev>
Date:   Sat Dec 23 19:15:11 2023 +0200

    add more fields to data json

commit bdb87f634b6e1da9dba7c9fd5637731bb39df4f2
Author: Ivan Dimitrov <ivan@idimitrov.dev>
Date:   Sat Dec 23 18:51:30 2023 +0200

    parsing json file

commit 7d83d7d85ad61bf181a30bf4a1855928f222d768
Author: Ivan Dimitrov <ivan@idimitrov.dev>
Date:   Sat Dec 23 18:23:10 2023 +0200

    move data to json file

commit c6fcac47cbd1da4003d9c562a59f9d2075c6b789
Author: Ivan Dimitrov <ivan@idimitrov.dev>
Date:   Fri Dec 22 20:08:29 2023 +0200

    separate files

commit 2079aa20aa78ae8c8bd4d0be2b87fa637cf2f8bb
Author: Ivan Dimitrov <ivan@idimitrov.dev>
Date:   Fri Dec 22 19:37:47 2023 +0200

    make it wrap automatically
2023-12-23 19:21:12 +02:00
theme Squashed commit of the following: 2023-12-23 19:21:12 +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.json Squashed commit of the following: 2023-12-23 19:21:12 +02:00
cv.tsx Squashed commit of the following: 2023-12-23 19:21:12 +02:00
flake.lock new shit 2023-11-29 13:06:05 +02:00
flake.nix Squashed commit of the following: 2023-12-23 19:21:12 +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 Squashed commit of the following: 2023-12-23 19:21:12 +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.