cv/README.md

31 lines
635 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.
Uses React, Bootstrap and NextJs. Compiles into a static HTML/CSS/JS web page that can be easily served from any webhosting.
## 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:03:41 +00:00
All that is needed to deploy is to copy the contents of the `./out/` folder onto any 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
2023-06-01 04:03:41 +00:00
- public/favicon.ico
- public/photo.png