From fc1daad3d69c9489a96c3b43d01808fc12b54304 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 27 May 2026 18:52:23 +0000 Subject: [PATCH] chore: add CLAUDE.md with architecture and development guidance https://claude.ai/code/session_01TgxiTLy7fCh5xZPJT8eTVt --- CLAUDE.md | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 CLAUDE.md diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..acc852b --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,54 @@ +# CLAUDE.md + +This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. + +## Commands + +```bash +npm install # install dev dependencies (vitest only) +npm test # run all tests once +npm run test:watch # run tests in watch mode + +# run a single test file +npx vitest run src/elo.test.js +``` + +No build step. Open `index.html` directly in a browser or serve it statically. + +## Architecture + +The app is a no-bundler ES-module SPA. Modules load via `