CLAUDE.md
web/CLAUDE.mdCLAUDE.md
Quality
97/100
Scores the file, not the repository.Length
244 words
14 headings · 2 code blocksRepository
28k
— · pushed 0 days agoLast changed
3 days ago
First indexed 3 days ago.1# CLAUDE.md23## Commit Message Guidelines45When making commits, follow these rules:67- Keep messages CONCISE (no walls of text)8- Subject line under 72 chars as a single sentence (no body text, no bullets, no lists)9- NO emojis10- NO promotional text or links11- NO Co-Authored-By lines12- ONLY run pre-commit checks (format, lint, typecheck, build) when explicitly creating a commit1314Example:1516```17Format markdown files with Prettier for consistent styling18```1920## Commands2122```sh23# Install dependencies from the committed lockfile24npm ci25# Fast path when the lock file has not changed since the last npm ci, OR when26# adding or updating dependencies.27npm install2829# Run development servers30npm run dev # Photos app (port 3000)31npm run dev:auth # Auth app (port 3003)32# ...33npm run # To see the full list of apps3435# Production builds36npm run build # Photos app37npm run build:auth # Auth app38...3940# Code quality. Run when:41# 1. Explicitly requested by user42# 2. Before creating a commit (pre-commit)43# Do not run automatically after file modifications44npm run lint # Check formatting, linting, and TypeScript types45npm run lint:fix # Auto-fix linting and formatting issues46```4748## Structure4950This is a monorepo containing multiple Ente web applications using npm workspaces.5152Shared code goes in `packages/`. All apps use Next.js for static export except `payments`. Run `ls apps/` and `ls packages/` to see the full list.53
Similar configs
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| bagisto/bagistoCLAUDE.md · 28k | CLAUDE.md | setupbuildteststyle+5 | 100/100 | 3 days ago | |
| filamentphp/filamentCLAUDE.md · 32k | CLAUDE.md | buildtestlint-formatstyle+7 | 100/100 | 3 days ago | |
| csells/dotprompt_dartCLAUDE.md · 5 | CLAUDE.md | testlint-formatarchtypes+4 | 100/100 | 3 days ago | |
| Adit-Jain-srm/NightmareNetCLAUDE.md · 45 | CLAUDE.md | buildtestlint-formatstyle+6 | 100/100 | 3 days ago | |
| microsoft/playwrightCLAUDE.md · 94k | CLAUDE.md | buildtestlint-formatstyle+7 | 100/100 | 3 days ago | |
| nimbalyst/nimbalystpackages/android/CLAUDE.md · 1.4k | CLAUDE.md | setupbuildstylearch+2 | 100/100 | 3 days ago | |
| dotCMS/corecore-web/CLAUDE.md · 950 | CLAUDE.md | teststylearchtesting-strategy+3 | 100/100 | 3 days ago | |
| dotCMS/coreCLAUDE.md · 950 | CLAUDE.md | setupbuildteststyle+7 | 99/100 | 3 days ago |
