Improve readme
This commit is contained in:
parent
4472fab174
commit
0ef6945117
10
README.md
10
README.md
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Dejvino's Curriculum Vitae in a web app.
|
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.
|
Uses React, Bootstrap and NextJs. Compiles into a static HTML/CSS/JS web page that can be easily served from any web hosting.
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
|
||||||
@ -16,15 +16,15 @@ npm run dev
|
|||||||
npm run build
|
npm run build
|
||||||
```
|
```
|
||||||
|
|
||||||
All that is needed to deploy is to copy the contents of the `./out/` folder onto any web hosting.
|
All that is needed to deploy is to copy the contents of the `./out/` folder onto a web hosting.
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
### CV content
|
### CV content
|
||||||
|
|
||||||
- src/PersonalData.ts :: source of all data for the CV, nicely structured in a type-checked TypeScript object literal
|
- [src/PersonalData.ts](src/PersonalData.ts) :: source of all data for the CV, nicely structured in a type-checked TypeScript object literal
|
||||||
|
|
||||||
### Images
|
### Images
|
||||||
|
|
||||||
- public/favicon.ico
|
- [public/favicon.ico](public/favicon.ico) :: web favicon
|
||||||
- public/photo.png
|
- [public/photo.png](public/photo.png) :: cover photo
|
||||||
|
Loading…
Reference in New Issue
Block a user