Skip to content

loncarales/loncarales.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My JSON Resume

What is my JSON Resume?

It is my personal resume writen in JSON Resume. The open source initiative to create a JSON-based standard for resumes.

Installing

Preferred way to install prerequisites

I prefer a virtual environment up and running and install dependencies on it. To install virtual environment we'll use Pip, which lets us install Python libraries in their own little environment that won't affect others (nor force us to install tools globally).

Install Pip
sudo apt-get install -y python-pip
Use Pip to install virtualenv
# -U updates it if the package is already installed
sudo pip install -U virtualenv
Create a python virtual environment
virtualenv .venv
Enable the python virtual environment
source .venv/bin/activate
Then anything we intall with pip will be inside that virtual environment
pip install nodeenv
Create a node virtual environment
nodeenv .nenv
Activate the node virtual environment
source .nenv/bin/activate
Then anything we intall with npm will be inside that virtual environment
Install the command line

The official resume-cli to run the development server.

npm install -g resume-cli

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published