Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 591 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 591 Bytes

CV-Generator

An elegant CV/Resume template generator loading from config file. Ideal CV/Resume template for Github Pages.

ScreenShot

Prerequisite

Usage

  1. Fork this Repo
  2. npm install
  3. Edit /data/resume.js to fit your own personal information.
  4. Serving: npm run start
  5. Building: npm run build
  6. Deploying to gh-pages branch: npm run deploy (Building included)