Sarah Brizendine

srbriz.github.io

GitHub Pages Portfolio Website

Technology Stack

Setup

This project uses Task (go-task) as its task runner. Install it first, then install all other dependencies:

brew install go-task
task install

Launching Claude Code

task claude

GitHub MCP

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)