Simple CV-builder.
Just change all the data and print it or save to PDF.
Available from smartphones also.
npm ci && npm run dev
lint with ESLint
npm run lint
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
Type-Check, Compile and Minify for Production
npm run build
I use github-pages, so to deploy you need to run:
sh ./gh-pages-deploy.sh