Files
freeCodeCamp/docs/japanese/document-quick-reference.md

55 lines
2.9 KiB
Markdown
Raw Normal View History

<table>
<tr>
<!-- Do not translate this table -->
<td> Read these guidelines in </td>
<td><a href="/docs/README.md"> English </a></td>
<td><a href="/docs/arabic/document-quick-reference.md"> عربي </a></td>
<td><a href="/docs/chinese/document-quick-reference.md"> 中文 </a></td>
<td><a href="/docs/french/README.md"> Français </a></td>
<td><a href="/docs/german/document-quick-reference.md"> Deutsch </a></td>
<td><a href="/docs/greek/document-quick-reference.md"> Ελληνικά </a></td>
<td><a href="/docs/japanese/document-quick-reference.md"> 日本語 </a></td>
<td><a href="/docs/korean/document-quick-reference.md"> 한국어 </a></td>
<td><a href="/docs/portuguese/document-quick-reference.md"> Português </a></td>
<td><a href="/docs/russian/document-quick-reference.md"> русский </a></td>
<td><a href="/docs/spanish/document-quick-reference.md"> Español </a></td>
</tr>
</table>
# ドキュメントクイックリファレンス
こんにちは👋!
このディレクトリにはfreeCodeCamp.orgに貢献するためのドキュメントが全て含まれています。
## [もし始めるなら、ここを読んでください。](/CONTRIBUTING.md)
---
## クイックリファレンス記事
<a href="/docs/how-to-work-on-guide-articles.md">1. 手引書の取り組み方</a><br>
<a href="/docs/how-to-work-on-coding-challenges.md">2. コーディングチャレンジの取り組み方</a><br>
<a href="/docs/how-to-setup-freecodecamp-locally.md">3. ローカルでfreeCodeCampのセットアップの仕方.</a><br>
<a href="/docs/how-to-catch-outgoing-emails-locally.md">4. ローカルで送信メールの取得方法</a>
## スタイルガイド
<a href="/docs/how-to-work-on-guide-articles.md">1. 手引書作成のためのスタイルガイド.</a><br>
<a href="/docs/how-to-work-on-coding-challenges.md">2. コーディングチャレンジのためのスタイルガイド</a>
## ローカルで動作する際のクイックコマンドリファレンス
ローカルで動作させる時に必要なコマンドのクリックリファレンス
| コマンド | 記述 |
| ------- | ----------- |
| `npm run bootstrap` | 様々なサービスのブートストラップ |
| `npm run seed` | 全チャレンジマークダウンファイルをパーズして、MongoDBに挿入|
| `npm run develop` | APIサーバとクライアントアプリケーションのスタート |
| `npm test` | クライアント、サーバー、リント、チャレンジテストを含む全JSテストの実行|
| `npm run test:client` | クライアントテストスーツの実行|
| `npm run test:curriculum` | カリキュラムテストスーツの実行|
| `npm run test:server` | サーバーテストスーツの実行|
| `npm run commit` | 良いコミットメッセージをビルドするための相互ツール|