Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 564 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 564 Bytes

resume

resume.kradalby.no

PDF

This is my current resume and it is made with Elm and Elm CSS. It is built in docker, generating static HTML and CSS and a PDF.

This project is a result of trying to learn Elm CSS and revamping my resume :resume:

Building

Build locally:

make install
make build

Build Docker container:

docker build -t <TAG> .

Development

Run dev server

make install
make dev

Lint

make lint