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:
Build locally:
make install
make build
Build Docker container:
docker build -t <TAG> .
Run dev server
make install
make dev
make lint