/cv-builder-light

CV-builder for further printing and saving. Available for smartphones also.

Primary LanguageTypeScript

CV-Builder-light

About

Simple CV-builder.

Just change all the data and print it or save to PDF.

Available from smartphones also.

Development

npm ci && npm run dev

Lint

lint with ESLint

npm run lint

Test

Run Unit Tests with Vitest

npm run test:unit

Run End-to-End Tests with Cypress

Comming soon...

npm run build
npm run test:e2e # or `npm run test:e2e:ci` for headless testing

Build

Type-Check, Compile and Minify for Production

npm run build

Deploy

I use github-pages, so to deploy you need to run:

sh ./gh-pages-deploy.sh