Site vitrine - CV
Find a file
tony-nguyen1 fa83e41c90
Scaffolding
Setting up the project
2025-12-31 03:21:38 +01:00
src Scaffolding 2025-12-31 03:21:38 +01:00
.gitignore Scaffolding 2025-12-31 03:21:38 +01:00
LICENSE Initial commit 2025-12-31 00:34:26 +00:00
README.md Scaffolding 2025-12-31 03:21:38 +01:00

cv

Site vitrine - CV

Tailwindcss

With the Tailwind CLI tool, run the command to build your css:

npx @tailwindcss/cli -i ./src/input.css -o ./src/output.css --watch

TypeScript

To transpile TypeScript files into JavaScript, run:

npx tsc ./src/main.ts --target es6 --module es6 --outDir build/