https://github.com/waldronmatt/resume
The code for my resume.
https://github.com/waldronmatt/resume
Last synced: 9 months ago
JSON representation
The code for my resume.
- Host: GitHub
- URL: https://github.com/waldronmatt/resume
- Owner: waldronmatt
- License: mit
- Archived: true
- Created: 2022-10-09T21:10:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T22:27:14.000Z (almost 3 years ago)
- Last Synced: 2025-02-20T18:38:16.679Z (11 months ago)
- Language: Handlebars
- Homepage:
- Size: 640 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Resume
A resume generator using [jsonresume](https://jsonresume.org/), the [simplepwa template](https://github.com/nikkifurls/simplepwa) and a custom version of the [onepage](https://www.npmjs.com/package/jsonresume-theme-onepage) theme.
## Installation
Install dependencies:
```bash
yarn
```
Install hooks:
```bash
yarn prepare
```
## Getting Started
Serve resume using this project's theme for development builds.
```bash
yarn dev
```
Export resume as a `.pdf` under `public/`.
```bash
yarn export
```
Export resume as an `.html` using this project's theme under `public/` for production builds (Netlify).
```bash
yarn build
```
**Note:** Configure script in Netlify to auto-run via push to `main` branch.
## Commands
Commit changes using conventional changelog:
```bash
yarn commit
```
Lint all files:
```bash
yarn lint
```
**Note**: `release.yml` will run this before versioning and publishing.
## License
MIT