https://github.com/baskinomics/resume
My professional resume composed using React.
https://github.com/baskinomics/resume
ecmascript javascript reactjs resume
Last synced: over 1 year ago
JSON representation
My professional resume composed using React.
- Host: GitHub
- URL: https://github.com/baskinomics/resume
- Owner: baskinomics
- License: mit
- Created: 2019-01-23T19:40:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T18:31:19.000Z (over 3 years ago)
- Last Synced: 2024-04-16T21:06:10.237Z (about 2 years ago)
- Topics: ecmascript, javascript, reactjs, resume
- Language: JavaScript
- Homepage:
- Size: 26.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Resume
Creates a PDF representing my professional resume using the [ReactPDF](https://github.com/diegomura/react-pdf) package.
__Note__: This is a mirror of [https://gitlab.com/baskinomics/resume](https://gitlab.com/baskinomics/resume).
## Instructions
To produce the resume in PDF format execute the following from the project's
root directory:
```bash
yarn install
yarn pdf
```
This will produce a PDF document which is output to _./dist/resume.pdf_, i.e.


## Component Overview
Placeholder for content regarding the eventual components implemented and exposed.