This lightweight front-end app turns a LinkedIn profile into a tailored pitch, email, and LinkedIn message.
cd public
python -m http.server 8080Then open http://localhost:8080 in a browser.
- Push this repo to GitHub.
- Make sure the repo is public (Pages requires public repos unless you have GitHub Enterprise).
- In GitHub, go to Settings → Pages and set Source to GitHub Actions.
- If prompted, approve the workflow run in the Actions tab.
- After the workflow completes, open the URL shown in the Pages settings (it will look like
https://<org>.github.io/<repo>/).
public/data/mathco_offerings.json: MathCo offerings and trigger keywords used for pitch recommendations.@work/notes.md: Store internal discussion notes to paste into the UI for personalization.