Template for cv website
You need to do next things:
- Fill src/data/person.json with you data.
- For all new technologies and services ensure that there are exist corresponding svg icon in src/raw_resources/svgs/icons folder and mapping in src/data/icons_mapping.json file.
- Add your photo in src/raw_resources/images folder as avatar.jpg.
- Run
npm ci && npm run start
- Open your site in Google Chrome and print page to pdf with Background graphics flag set (More options -> background graphics) as src/web_page/cv.pdf file
- Stop
npm run start
command and runnpm run build
After this steps your cv will be fully prepared and placed in dist folder.
Node.js ^16.0.0 (Working on 16.19.0)
- Provide deploy scripts and nginx configs