Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Sign in to like and favorite skills
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
# Development npm run dev # Start development server (Vite on port 3000) npm run build # Build for production npm run preview # Preview production build # Code Quality npm run lint # Run ESLint with TypeScript rules npm run lint:fix # Auto-fix ESLint issues
src/ ├── components/ # Reusable UI components (AnonymousAvatar, MoodBadge, etc.) ├── pages/ # Route components (7 main pages) ├── types/ # TypeScript definitions ├── utils/ # Helper functions └── App.tsx # Router setup with Layout wrapper
The social features use an anonymous identity system where users are assigned:
@/* → ./src/*@layer components classes