Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nchaulet/resume

Resume
https://github.com/nchaulet/resume

Last synced: 15 days ago
JSON representation

Resume

Awesome Lists containing this project

README

        

# Personnal Resume

Using jsonresume

## Build using docker

```shell
docker build -t resume-builder .
docker run -v ${PWD}:/app:rw resume-builder
```