Skip to content

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 code
  • public/: Static assets
  • server/: Backend API and services
  • config/: Build and runtime configuration