diff --git a/.gitignore b/.gitignore index af4d31b..2ee3483 100644 --- a/.gitignore +++ b/.gitignore @@ -11,7 +11,7 @@ node_modules dist dist-ssr *.local - +uploads .env # Editor directories and files diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..e70246e --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,84 @@ +# CLAUDE.md + +This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. + +## Commands + +```bash +# Development +npm run dev # Start Vite dev server +npm run build # Type-check and build for production +npm run preview # Preview production build +``` + +## Architecture Overview + +This is a Vue 3 + TypeScript AI chat UI application built with the following stack: + +**Core:** +- Vue 3 (Composition API with `