Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.47 KB

README.md

File metadata and controls

36 lines (28 loc) · 1.47 KB

Draft My CV

Status: WIP

A CV (resume) generator that takes in information such as contact details, education, work experience, projects and builds a ready to download CV using the University of Harvard's Mignone Center for Career Success Bullet Point Resume Template, often regarded as one of the best CV/resume templates.

Once your CV has been generated you can download it as a Word document or a PDF, ready to submit alongside any job or internship applications.

This application is intended to cut down the time taken to create a structured, clear, and well-crafted CV for anyone who is currently job hunting. Good luck!

Features

TBC

Prequisites

Node.js v23+ or Docker Compose.

Getting Started

Clone repository and run 'npm install' to install all dependencies.
Any of the following commands can be used to run the project via Node.js:

npm run start

or

npm run dev

Or use the following commands in the order shown to build and start the Docker container:

docker compose build
docker compose up -d

License

See the LICENSE file for license rights and limitations (MIT).

Acknowledgments

A Nunjucks Bulma Starter Kit developed by benninkcorien was helpful in understanding how to integrate Bulma.io with Nunjucks.