项目作者: navn-r

项目描述 :
Microsoft Word was too bloated
高级语言: TypeScript
项目地址: git://github.com/navn-r/resume.git
创建时间: 2020-10-05T17:09:39Z
项目社区:https://github.com/navn-r/resume

开源协议:BSD 3-Clause "New" or "Revised" License

下载






License: Unlicense Node.js CI wakatime CodeFactor



Schema

This resume uses the schema from the JSON Resume initiative. As such, all information found in the resume is located in resume.json. Types for each property in the Resume schema is located in resume.schema.ts.

Built with:

  • Svelte + TypeScript + SCSS
  • Puppeteer for auto-magically generating a pdf on build (view here)
  • GitHub Actions on push to Github Pages
  • :heart:

Get Started

Install dependencies

  1. pnpm install

Dev server

  1. npm run dev

Build to production

  1. npm run build

Print to PDF (Requires dev server to be running)

  1. npm run print

Note: exiftool and browser deps for puppeteer must be installed. See puppeteer/docs/troubleshooting.md