Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nchaulet/resume
Resume
https://github.com/nchaulet/resume
Last synced: 15 days ago
JSON representation
Resume
- Host: GitHub
- URL: https://github.com/nchaulet/resume
- Owner: nchaulet
- Created: 2015-07-01T06:45:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-09T15:31:33.000Z (over 7 years ago)
- Last Synced: 2024-04-14T23:52:27.602Z (7 months ago)
- Language: HTML
- Homepage: http:/cv.nchaulet.fr
- Size: 21.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```