This commit is contained in:
Ivan Dimitrov 2023-11-13 13:34:49 +02:00
parent 0bfe88ddf2
commit 90fbed5424

View File

@ -1,15 +1,21 @@
# react-cv
# cv
To enter a nix dev shell:
```bash
nix develop --command $SHELL
```
To install dependencies:
```bash
bun install
bun i
```
To run:
```bash
bun run index.ts
make
```
This project was created using `bun init` in bun v1.0.7. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.