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

https://github.com/howardroark/resume

My resume.
https://github.com/howardroark/resume

Last synced: about 2 months ago
JSON representation

My resume.

Awesome Lists containing this project

README

        

### Instructions

This template offers a handy resume build process by utilizing [JSON Resume](https://jsonresume.org/)
and [wkhtmltopdf](http://wkhtmltopdf.org).

#### Edit

Fork this and edit `resume.json`.

#### Install

> Note: all binaries in the `bin` folder are for OSX.
You may need to download an alternate [here](http://wkhtmltopdf.org/downloads.html).

```
$ npm install
```

#### Build

```
$ npm run build
```

#### Deploy

**username**.github.io/resume

```
$ npm run deploy
```