CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Common Commands
- Build:
npm run build - Test:
npm test - Lint:
npm run lint
High-Level Architecture
The codebase is a React-based web application with a Node.js backend. Key directories:
src/: Frontend React codepublic/: Static assetsserver/: Backend API and servicesconfig/: Build and runtime configuration
