Make some lines look nicer and add some tools

Since email is the only contact information in the CV, it makes no sense
to comment it with the preffered note, also I've updated a set of tools
I've been working with.

Additionaly, I've added a Makefile because I like it more than npm
This commit is contained in:
2024-04-23 12:11:34 +02:00
parent 2da1469b17
commit 7decf2b0cf
2 changed files with 12 additions and 4 deletions

8
Makefile Normal file

@ -0,0 +1,8 @@
build:
npm run build
test:
npm run test
fix:
npm run fix