Skip to content

baskinomics/resume

Repository files navigation

Resume

Creates a PDF representing my professional resume using the ReactPDF package.

Note: This is a mirror of https://gitlab.com/baskinomics/resume.

Instructions

To produce the resume in PDF format execute the following from the project's root directory:

yarn install
yarn pdf

This will produce a PDF document which is output to ./dist/resume.pdf, i.e.

Example PDF Output - Page One Example PDF Output - Page Two

Component Overview

Placeholder for content regarding the eventual components implemented and exposed.