Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 887 Bytes

README.md

File metadata and controls

47 lines (30 loc) · 887 Bytes

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