jpCV is a web application that helps you easily generate and export Japanese-style resumes (履歴書 - Rirekisho) and Curriculum Vitae (CV) directly to a PDF format.
-
Build:
make build
(Alternatively:
docker build -t jpcv -f Dockerfile .) -
Run:
make run
(Alternatively:
docker run -d -p 8080:8080 --name jpcv jpcv) -
Access the App: Open your browser and navigate to: http://localhost:8080
-
Stop:
make stop
(Alternatively:
docker stop jpcv && docker rm jpcv)