logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install salomonelli/best-resume-ever. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

salomonelli/best-resume-ever Installation Guide

How to install salomonelli/best-resume-ever. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for salomonelli/best-resume-ever. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i salomonelli/best-resume-ever
or

Install via npx

npx @hexmos/ipm i salomonelli/best-resume-ever

Prerequisites

Node.js

package_manager

Version: 8.5.0 or higher

npm

package_manager

Version: 12.x

less

library

Version: 0.12.3

puppeteer

build_tool

Version: 1.1.0

vue

language

Version: 3.2.24

github

service

Version: 1.0.0

Travis CI

service

Version: 1.0.0

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Clone and Run the Project

git clone https://github.com/salomonelli/best-resume-ever.git

cd best-resume-ever

npm install

npm run dev

Export Resume as PDF

npm run export

Post Installation Steps

  • Open your browser and navigate to http://localhost:8080/home to preview your resume.
  • To create a new resume, edit the data.yml file in the `resume/` directory and replace the default profile-picture `id.jpg` with your picture. Rename your picture as `id.jpg` and copy it in the `resume/` directory. During this step, you may find it easier to navigate with Finder or File Explorer to get to the files. This will allow you to edit files with your computers default text editor.
  • To export your resume as pdf, run the command `npm run export`. In order to avoid errors due to the concurrency of two `npm run` commands, stop the execution of the previus `npm run dev` and then type the export command.