diff --git a/.vscode/settings.json b/.vscode/settings.json index fe9b39da..6923af44 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -5,7 +5,7 @@ }, "**/*.js.map": true }, - "typescript.tsdk": "node_modules\\typescript\\lib", + "typescript.tsdk": "node_modules/typescript/lib", "conventionalCommits.scopes": [ "mono", @@ -31,6 +31,8 @@ "api/claims", "frontend/legal", "frontend/gallery", - "dash/editor" + "dash/editor", + "api/v2", + "api/auth" ] } diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 00000000..36d4e80b --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,89 @@ +# CLAUDE.md + +This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. + +## Repository + +Turborepo monorepo (Yarn 4 workspaces) for BuildTheEarth's web presence: `apps/*` (frontend, dashboard, api, api-v2) and `packages/*` (db, prettier-config, typescript-config). TypeScript only — ignore/do not add JavaScript files. + +## Commands + +All commands run from the repo root. `yarn ws