Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
- Source: `components/` (PascalCase folders, e.g., `Button/`, `Footer/`).
Sign in to like and favorite skills
components/ (PascalCase folders, e.g., Button/, Footer/).index.ts exports public components and Stitches helpers.pages/ (Next.js), static assets in public/.stitches.config.ts and styles.css.rollup.config.js, TypeScript configs in tsconfig*.json.npm run dev: Start the Next.js docs site on port 8001.npm run build: Build the distributable library with Rollup to dist/.npm run build:static: Build and export the static docs site to out/.npm run lint: Lint using Next.js ESLint rules.npm test: Placeholder (no tests configured yet).tsconfig.json.extends: next/core-web-vitals). Run npm run lint.*.styled.tsx.index.ts.npm test is a no-op).Component.test.tsx.1.x.x commits).pages/ examples and any components/*/code-samples.ts when APIs change.main deploy static docs to gh-pages via GitHub Actions.NEXT_PUBLIC_BASE_PATH for previews (e.g., /design-system).rollup.config.js).