Skip to content

vanmarino/resume

Repository files navigation

Resume

My personal single-page, print-friendly resume.

Built using Svelte, TypeScript Tailwind CSS, DaisyUI and Hero Icons, with a Storybook to preview all components.

Local usage

  1. Clone this repo:

    git clone https://github.com/rottier/resume.git
  2. Move to the directory

    cd resume
  3. Install:

    yarn install
  4. Start the development server:

    yarn dev
  5. Start the Storybook development server:

    yarn storybook dev