resume

Personal CV + AI Resume Tailoring

This repository now contains two tracks:

Existing LaTeX CV

AI Resume Tool

Local development

  1. Install frontend dependencies:

    cd web
    npm install
    
  2. Configure API URL for the frontend:

    cp .env.example .env.local
    
  3. Run the frontend:

    npm run dev
    
  4. Deploy API to Vercel and set these environment variables there:

Frontend environment variables

In web/.env.local (for local) and GitHub repo variables (for Pages build):

The app calls ${VITE_API_BASE_URL}/api/tailor.

GitHub Pages deployment

The Pages workflow in .github/workflows/pages.yml builds web/ and deploys web/dist.

Set repository variable: