Skip to content

stevenhair/resume

Repository files navigation

resume

You can view the web version at https://resume.steve.hair or download the PDF.

Installation

This résumé is defined with JSON Resume. To render the résumé, you need Node.js 14 or higher. Run npm install in this directory to install dependencies.

Generation

  • To generate a PDF, run npm run build:pdf
  • To generate an HTML file, run npm run build:html