https://ibara1454-resume.vercel.app
Minimalist resume template which is inspired by https://github.com/BartoszJarocki/cv.
Built with Next.js and React.
The src/ directory contains the source code. To customize the personal information used to generate the resume, you can edit profile.ts.
Any static assets, such as images, can be placed in the public/ directory.
Valid commands are:
| Command | Action |
|---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server |
npm run build |
Build your production site to ./.next/ |
npm run preview |
Preview your build locally, before deploying |
Install dependent libraries for Playwright:
npx playwright install --with-deps chromiumRun visual regression tests with Playwright:
npm run testUpdate screenshots:
npm run test:update