Resume Manager

Central platform to store and manage your resume data and to generate custom resumes for different positions.

Development

You will need the following installed globally:

  • yarn
  • Node.js (v8+)

To get started, run the following commands:

> cd resume   # navigate into the root folder
> yarn        # install the project dependencies
> yarn start  # fire up the dev server

Available scripts

Command Description
yarn start Start the React development server. Auto-reloads on file-save
yarn build Generate minified files for a production build into /public
yarn lint Run eslint on all .jsx files.
yarn lint:fix Attempt to fix all the issues found by eslint