Dejvino's Curriculum Vitae
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
Dejvino 5ae4b63def Exported PDF via chromehtml2pdf 11ヶ月前
public Exported PDF via chromehtml2pdf 11ヶ月前
src Exported PDF via chromehtml2pdf 11ヶ月前
.eslintrc.json Add Next.js + React + Bootstrap 1年前
.gitignore Add skills cloud 1年前
README.md Improve readme 11ヶ月前
next-env.d.ts Add Next.js + React + Bootstrap 1年前
next.config.js Add Next.js + React + Bootstrap 1年前
package-lock.json Exported PDF via chromehtml2pdf 11ヶ月前
package.json Exported PDF via chromehtml2pdf 11ヶ月前
tsconfig.json Add Next.js + React + Bootstrap 1年前

README.md

cv

Dejvino’s Curriculum Vitae in a web app.

Uses React, Bootstrap and NextJs. Compiles into a static HTML/CSS/JS web page that can be easily served from any web hosting.

Build

npm install

# Development - served on http://localhost:3000/ with auto-reload
npm run dev

# Production - output in ./out/
npm run build

All that is needed to deploy is to copy the contents of the ./out/ folder onto a web hosting.

Configuration

CV content

  • src/PersonalData.ts :: source of all data for the CV, nicely structured in a type-checked TypeScript object literal

Images