项目作者: michaeltintiuc

项目描述 :
:book: A base application to display your CV (resume) from a JSON file
高级语言: CSS
项目地址: git://github.com/michaeltintiuc/resume.git
创建时间: 2017-01-06T18:30:59Z
项目社区:https://github.com/michaeltintiuc/resume

开源协议:MIT License

下载


This is a tool to generate a PDF-friendly webpage resume from JSON.

Getting Started

First, copy src/resume.example.ts to src/resume.ts

  1. cp src/resume.example.ts src/resume.ts

Add your avatar to public/images.

Run the development server

  1. npm i
  2. npm run dev

Saving as PDF is as easy as clicking the browser’s Print button.
If you’d like to generate a page-break free version - adjust the height (2nd parameter) of the size property in src/sass/main.sass otherwise comment the rule out.

Open http://localhost:3000 with your browser to see the result.

Learn More

To learn more about Next.js, take a look at the following resources:

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Since the application depends on the gitignored src/resume.ts file it is advised to deploy from your command line

  1. npm i -g vercel
  2. vercel login
  3. vercel build --prod
  4. vercel deploy --prebuilt --prod