Skip to content

leosole/cv

Repository files navigation

CV

This is a React project that renders my curriculum vitae. You can view it here: https://leosole.github.io/cv/

Technologies Used

  • React
  • TypeScript
  • Vite
  • Tailwind CSS
  • shadcn/ui
  • GitHub Pages for deployment

Local Development

  1. Clone the repository:
git clone https://github.com/leosole/cv.git
  1. Install dependencies:
yarn install
  1. Start the development server:
yarn dev

Build and Deploy

Deployment happens automatically to GitHub Pages when there's a push to the main branch. To build locally:

yarn build

Project Structure

  • src/components/ - Reusable React components
  • src/hooks/ - Custom hooks
  • src/lib/ - Utility functions
  • src/static/ - CV static data
  • src/types/ - TypeScript type definitions

License

MIT

About

My CV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages