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 `