This is a tool for making resumes. It can convert markdown resume you wrote into PDF and a large number of templates.
Online address 1 Online address 2
Statement: This project is published on GitHub/Gitee, free and open source learning. It is used for continuous development in your spare time. Please indicate the original author and the original warehouse address in a conspicuous location on the website. Please do not use it for commercial purposes without the author’s permission!
You can run it directly using the image I have built
docker run -d -t -p 8080:80 --name codecv --restart=always docker.io/wenyang0/codecv:latestOr, you can compile it manually yourself if you prefer.
#下载代码
git clone https://github.com/acmenlei/codecv.git
# docker 编译
cd codecv/
docker build -t codecv:v1 .
#启动服务
docker run -d -t -p 8080:80 --name codecv --restart=always codecv:v1Finally, open your browser to access the service address http://serverIP:8080 (please write and design the template yourself)
# 安装yarn包(有一个包需要使用yarn命令才能安装)
npm i -g yarn
#安装包
yarn install
#执行yarn install如果报错: yarn:无法加载文件 CUserstalen...yarn.ps1
# 打开Power Shell
# 执行 set-ExecutionPolicy RemoteSigned
set-ExecutionPolicy RemoteSigned
#选择 A或者Y 解除脚本不信任 重新执行 yarn install
#启动项目
npm run dev 或 yarn run devResume template

Resume editing and dark themes

Built-in multiple vector icons

[✓] Mobile adaptation
[✓] Content mode experience optimization
[✓] Template design (continuously updated... Welcome to contribute templates to warehouses)
Please check the usage guide for syntax issues
Q : Why is the garbled code after exporting PDF ?
A : It may be that the old fonts are cached. Please click on the Reset Resume content in the top toolbar at the preview to reset it. Of course, please make sure that you have saved the content before resetting.
Q : Why does the export fail?
A : Currently the service is deployed on the netlify serverless service. Because it is a foreign server, access is prone to errors. Please try it several times. Of course, you can also use local export PDF to replace it.
If you think this project is helpful to you and the situation allows, you can give me a little support. Anyway, thank you very much for your support~

Alipay

MIT © Coderlei