GitHub Pages Portfolio Website
This project uses Task (go-task) as its task runner. Install it first,
then install all other dependencies:
brew install go-task
task install
task claude
This project uses the GitHub MCP server
(configured in .mcp.json) to give Claude Code access to GitHub APIs.
It reads authentication from the GITHUB_PERSONAL_ACCESS_TOKEN environment variable.
If you’re using claude outside of task, set the environment variable using
your active gh CLI session:
export GITHUB_PERSONAL_ACCESS_TOKEN=$(gh auth token)