Candle annotator
- Set up Next.js with App Router, TypeScript, Tailwind CSS - Configure shadcn/ui with dark theme - Install dependencies: lightweight-charts, papaparse, lucide-react - Set up Drizzle ORM with better-sqlite3 - Create database schema for candles and annotations tables - Generate migration SQL |
||
|---|---|---|
| openspec | ||
| src | ||
| .eslintrc.json | ||
| .gitignore | ||
| CLAUDE.md | ||
| components.json | ||
| drizzle.config.ts | ||
| next.config.js | ||
| package.json | ||
| PLAN.md | ||
| postcss.config.js | ||
| tailwind.config.ts | ||
| tsconfig.json | ||