cv/README.md

20 lines
325 B
Markdown
Raw Normal View History

2023-05-23 04:04:02 +00:00
# cv
Dejvino's Curriculum Vitae
## Build
```
npm install
2023-05-25 19:20:47 +00:00
# Development - served on http://localhost:3000/ with auto-reload
npm run dev
# Production - output in ./dist/
npm run build
```
## Info
2023-05-25 19:20:47 +00:00
Uses React with Bootstrap and NextJs, compiles a static HTML/CSS/JS web page that can be easily served from any webhosting.