Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.01 KB

USER_GUIDE.md

File metadata and controls

24 lines (17 loc) · 1.01 KB

Resume Builder User Guide

Resume Builder works best on a desktop.

Building a Resume

  1. Visit https://e-resume.vercel.app/
  2. Select "Editor" in the top pane
  3. Select "TEMPLATES" in the top pane and select your desired template
  4. Select "COLOURS" in the top pane and select your desired color scheme
  5. Update the sections in the right pane with your experience
  6. When you're done,
    • Export your data by selecting "Export" in the top pane. This will generate a JSON file that gets downloaded to your local device. Save this file for later use.
    • Download the resume as a PDF by selecting "DOWNLOAD AS PDF" in the top pane

Editing a Resume

  1. Visit https://e-resume.vercel.app/
  2. Select "Editor" in the top pane
  3. Select "Import in the top pane". Import the JSON that was generated in the Building a Resume section.

Running the environment locally or in Docker

Run the environment locally or in Docker by following the instructions at Running the environment.