2023-05-23 04:04:02 +00:00
|
|
|
# cv
|
|
|
|
|
2023-05-23 07:11:23 +00:00
|
|
|
Dejvino's Curriculum Vitae
|
|
|
|
|
|
|
|
## Build
|
|
|
|
|
|
|
|
```
|
|
|
|
npm install
|
|
|
|
|
|
|
|
# Development - served on http://localhost:8080/
|
|
|
|
npm run start
|
|
|
|
|
|
|
|
# Production - output in ./dist/
|
|
|
|
npm run build
|
|
|
|
```
|
|
|
|
|
|
|
|
## Info
|
|
|
|
|
|
|
|
Uses Bootstrap and Webpack to compile a static HTML/CSS/JS web page that can be easily served from any webhosting.
|
|
|
|
|