Skip to content
/ resume Public

Suman Jayapathi's resume as JSON

Notifications You must be signed in to change notification settings

oddysee/resume

Repository files navigation

Suman Jayapathi's Resume

Table of Contents

About

A JSON Resume to drive the resume website.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

https://jsonresume.org/getting-started/

Installation

npm install -g [email protected]

Usage

resume serve

Docker development

docker build -t dev -f Dockerfile.dev .   
docker run --rm -p 4000:4000 -it --init --mount type=bind,src="$(pwd)",target=/src dev

And then, launch http://localhost:4000/ on your browsers to view your resume.

To publish locally

 docker run --rm --init --mount type=bind,src="$(pwd)",target=/app publish [email protected] /app/resume.json /app/docs/index.html

Exporting as PDF

npm init -y
npm i
npm i resume-cl
npm i [email protected]
npx resume export --resume resume.json --theme even --format pdf export/suman_jayapathi_resume.pdf