/resume

My résumé, created with React

Primary LanguageTypeScriptMIT LicenseMIT

Resume

Built with using React, Vite, and react-pdf.

How-To

Develop/Edit

  1. Clone the repo: git clone https://github.com/lirc572/resume.git
  2. Install dependencies: yarn install
  3. Start the development server: yarn dev
  4. Edit the source code and see the changes in the browser, live!

Deploy

  1. Build static site: yarn build
  2. Upload the dist folder to the platform of your choice!