Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 356 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 356 Bytes

Web Based Resume

Produce PDF

  1. Run the resume version you want down below
  2. npm run produce-pdf

HTML Version

Example

  1. You will need to install npm/nodejs from https://nodejs.org/en/ to run the examples
  2. npm install -g live-server
  3. npm install
  4. npm run start-html-example

React Version

  1. npm install
  2. npm start