Dejvino's Curriculum Vitae
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1 jaar geleden
11 maanden geleden
11 maanden geleden
11 maanden geleden
11 maanden geleden
11 maanden geleden
11 maanden geleden
11 maanden geleden
11 maanden geleden
11 maanden geleden
123456789101112131415161718192021222324252627282930
  1. # cv
  2. Dejvino's Curriculum Vitae in a web app.
  3. Uses React, Bootstrap and NextJs. Compiles into a static HTML/CSS/JS web page that can be easily served from any web hosting.
  4. ## Build
  5. ```
  6. npm install
  7. # Development - served on http://localhost:3000/ with auto-reload
  8. npm run dev
  9. # Production - output in ./out/
  10. npm run build
  11. ```
  12. All that is needed to deploy is to copy the contents of the `./out/` folder onto a web hosting.
  13. ## Configuration
  14. ### CV content
  15. - [src/PersonalData.ts](src/PersonalData.ts) :: source of all data for the CV, nicely structured in a type-checked TypeScript object literal
  16. ### Images
  17. - [public/favicon.ico](public/favicon.ico) :: web favicon
  18. - [public/photo.png](public/photo.png) :: cover photo