An open API service indexing awesome lists of open source software.

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.

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