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-everor
Install via npx
npx @hexmos/ipm i salomonelli/best-resume-everPrerequisites
Node.js
package_managerVersion: 8.5.0 or higher
npm
package_managerVersion: 12.x
less
libraryVersion: 0.12.3
puppeteer
build_toolVersion: 1.1.0
vue
languageVersion: 3.2.24
github
serviceVersion: 1.0.0
Travis CI
serviceVersion: 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 devExport Resume as PDF
npm run exportPost 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.
