It is my personal resume writen in JSON Resume. The open source initiative to create a JSON-based standard for resumes.
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).
sudo apt-get install -y python-pip
# -U updates it if the package is already installed
sudo pip install -U virtualenv
virtualenv .venv
source .venv/bin/activate
pip install nodeenv
nodeenv .nenv
source .nenv/bin/activate
The official resume-cli to run the development server.
npm install -g resume-cli