https://ibara1454-resume.vercel.app
Minimalist resume template which is inspired by https://github.com/BartoszJarocki/cv.
Built with Astro 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 ./dist/ |
npm run preview |
Preview your build locally, before deploying |
npm run astro ... |
Run CLI commands like astro add , astro check |
Install dependent libraries for Playwright:
npx playwright install --with-deps chromium
Run visual regression tests with Playwright:
npm run test
Update screenshots:
npm run test:update