Dejvino's Curriculum Vitae
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
Dejvino 5ae4b63def Exported PDF via chromehtml2pdf pirms 11 mēnešiem
public Exported PDF via chromehtml2pdf pirms 11 mēnešiem
src Exported PDF via chromehtml2pdf pirms 11 mēnešiem
.eslintrc.json Add Next.js + React + Bootstrap pirms 1 gada
.gitignore Add skills cloud pirms 1 gada
README.md Improve readme pirms 11 mēnešiem
next-env.d.ts Add Next.js + React + Bootstrap pirms 1 gada
next.config.js Add Next.js + React + Bootstrap pirms 1 gada
package-lock.json Exported PDF via chromehtml2pdf pirms 11 mēnešiem
package.json Exported PDF via chromehtml2pdf pirms 11 mēnešiem
tsconfig.json Add Next.js + React + Bootstrap pirms 1 gada

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