A modern, interactive resume built with React, TypeScript, and Tailwind CSS.
# Install dependencies
npm install
# Start development server
npm run devThis repository is configured with GitHub Actions to automatically deploy to GitHub Pages whenever changes are pushed to the main branch.
- Push your changes to the main branch
- GitHub Actions will automatically build and deploy the site
- Visit https://jonathanjulian.github.io/resume/ to see the deployed site
You can also manually deploy the site using the following command:
npm run deployThis will build the project and push the build files to the gh-pages branch, which GitHub Pages will then deploy.
- The base URL for GitHub Pages is configured in
vite.config.ts - The homepage URL is configured in
package.json - GitHub Actions workflow is defined in
.github/workflows/deploy.yml