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.
npm run dev - ホットリロード対応の開発サーバーを起動npm run build - アプリケーションをビルドnpm run preview - ビルドしたアプリケーションをプレビューnpm run check - Svelteの型チェッカーを実行npm run lint - PrettierとESLintのチェックを実行npm run format - Prettierでコードをフォーマットnpm run test - Vitestでテストを実行npm run test:watch - テストを監視モードで実行npm run test:coverage - カバレッジ付きでテストを実行npm run precommit - すべてのチェックを実行(gitフックで使用)npm run add:concert - Hygenテンプレートを使用した演奏会ページの対話的作成npm run add:concert -- --type regular|chamber --number 999npx wrangler d1 create DBnpx wrangler d1 migrations apply DBnpx drizzle-kit generatenpx wrangler d1 migrations apply DBnpx wrangler d1 migrations apply DB --remote --env previewnpx wrangler d1 migrations apply DB --remote --env productionオーケストラのウェブサイト用SvelteKitアプリケーションで、以下の特徴があります:
src/lib/concerts/{regular,chamber}/のTypeScriptファイルに格納Concertインターフェースに準拠したオブジェクトをエクスポートsrc/lib/concerts/index.tsでimport.meta.globを使用してすべての演奏会ファイルを動的読み込みsrc/lib/concerts/types.tsに記載src/lib/components/ - 複数ページで再利用可能src/routes/内でページファイルと同一場所 - ページ固有concerts/index.tsがimport.meta.globですべての演奏会を集約src/lib/components/__tests__/でテストsrc/lib/news.tsも更新