Skip to content

dudeofawesome/open-resume-example

Repository files navigation

Building your own résumé

  1. Create your own repository from this template repo.

  2. Ensure that GitHub Pages are enabled in your new resume

    1. Ensure that the Pages source is set to "GitHub Actions"

      image
    2. Set a custom domain name for GitHub Pages. The default build configuration does not support GitHub Pages without a custom domain.

  3. Clone your repo.

  4. Install dependencies.

    $ npm install
  5. Start the dev server.

    $ npm run dev
  6. Update /src/data.ts & /package.json with your own info.

  7. Replace /public/icon.svg with your own logo.

  8. Commit & push your changes.

  9. GitHub Actions will now build and deploy your resume!