A modern pnpm workspace project with NextJS and ChakraUI, structured for component-driven development with enterprise-grade code quality tools.
Repository: https://github.com/johnwheeler/screencam (Private)
IMPORTANT: This documentation should be kept concise and focused on essential information for development. Avoid adding comprehensive documentation unless it provides clear value for daily development workflow. When adding new sections, evaluate their importance relative to existing content.
IMPORTANT: The
CLAUDE_BUILD
environment variable is set by Claude Code to build to/tmp
instead of.next
, preventing interference with the dev server. This is why you seeCLAUDE_BUILD=1 pnpm build
in the commands.