Skip to content
/ resume Public

William R. Warner's resume written in HTML and CSS

License

Notifications You must be signed in to change notification settings

cofad/resume

Repository files navigation

Will R. Warner's Resume

Will R. Warner's resume written in HTML and CSS. Puppeteer is used to render the HTML and CSS to PDF format.

Note: This project is intended to be run from a GitHub Codespace. It is untested on a local machine.

Table of Contents

  1. Prerequisites
  2. Build PDF
  3. Commit Guidelines
  4. Road Map

Prerequisites

  1. Required:

    1. node
    2. npm

Develop

  1. Build PDF on file changes.

    npm start

Build PDF

  1. Build the PDF.

    npm run build

Commit Guidelines

This project utilizes Conventional Commits guidelines for commit messages.

Road Map

  • Create CI/CD with GitHub actions
    • Build process
    • Auto versioning
    • Commit formatting
    • Auto releasing