Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 889 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 889 Bytes

CV Benjamin Bordes

My CV developed in pug and stylus (HTML and CSS preprocessors).

A GitHub action updates my AWS S3 bucket and invalidates CloudFront's cache. I use OVH as my registrar, Cloudflare as my DNS provider and CloudFront for fast content delivery.

This online CV project has been incredibly rewarding, allowing me to learn extensively from the diverse technologies used in its development and deployment.

Development

Using the package manager of your choice: npm, yarn, pnpm, bun, dino, etc.

Install browser-sync

pnpm i -g browser-sync

Start the development server which reloads the browser when files change:

pnpm start