This is a React project that renders my curriculum vitae. You can view it here: https://leosole.github.io/cv/
- React
- TypeScript
- Vite
- Tailwind CSS
- shadcn/ui
- GitHub Pages for deployment
- Clone the repository:
git clone https://github.com/leosole/cv.git- Install dependencies:
yarn install- Start the development server:
yarn devDeployment happens automatically to GitHub Pages when there's a push to the main branch. To build locally:
yarn buildsrc/components/- Reusable React componentssrc/hooks/- Custom hookssrc/lib/- Utility functionssrc/static/- CV static datasrc/types/- TypeScript type definitions
MIT