Sylvain.Gougouzian.fr

Source code of my resume website

Made with 💖 with

  • Vite: a very nice bundler I appreciate
  • PugJS: Write less HTML, includes, mixins, ... my best companion to generate HTML
  • TailwindCSS: To me, a simplification to write CSS, and normalize it
  • Less: I use the nesting and import at most

Build

Requirements : NodeJS

pnpm install
pnpm run dev # to have a live preview & a watcher
pnpm run build # to generate the production files