cv/README.md

31 lines
729 B
Markdown
Raw Normal View History

2023-05-23 04:04:02 +00:00
# cv
2023-06-01 04:03:41 +00:00
Dejvino's Curriculum Vitae in a web app.
2023-06-01 04:15:15 +00:00
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
2023-05-25 19:20:47 +00:00
# Development - served on http://localhost:3000/ with auto-reload
npm run dev
2023-06-01 04:03:41 +00:00
# Production - output in ./out/
npm run build
```
2023-06-01 04:15:15 +00:00
All that is needed to deploy is to copy the contents of the `./out/` folder onto a web hosting.
2023-06-01 04:03:41 +00:00
## Configuration
### CV content
2023-06-01 04:15:15 +00:00
- [src/PersonalData.ts](src/PersonalData.ts) :: source of all data for the CV, nicely structured in a type-checked TypeScript object literal
2023-06-01 04:03:41 +00:00
### Images
2023-06-01 04:15:15 +00:00
- [public/favicon.ico](public/favicon.ico) :: web favicon
- [public/photo.png](public/photo.png) :: cover photo