A JSON Resume to drive the resume website.
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.
https://jsonresume.org/getting-started/
npm install -g [email protected]
resume serve
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
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