| 
									
										
										
										
											2018-10-08 22:26:06 +05:30
										 |  |  | <table> | 
					
						
							|  |  |  |     <tr> | 
					
						
							| 
									
										
										
										
											2018-10-12 01:13:03 +05:30
										 |  |  |         <!-- Do not translate this table --> | 
					
						
							| 
									
										
										
										
											2018-10-08 22:26:06 +05:30
										 |  |  |         <td> Read these guidelines in </td> | 
					
						
							|  |  |  |         <td><a href="/CONTRIBUTING.md"> English </a></td> | 
					
						
							| 
									
										
										
										
											2018-11-14 20:05:58 +02:00
										 |  |  |         <td><a href="/docs/arabic/README.md"> عربي </a></td> | 
					
						
							| 
									
										
										
										
											2018-10-08 22:26:06 +05:30
										 |  |  |         <td><a href="/docs/chinese/README.md"> 中文 </a></td> | 
					
						
							|  |  |  |         <td><a href="/docs/russian/README.md"> русский </a></td> | 
					
						
							|  |  |  |         <td><a href="/docs/portuguese/README.md"> Português </a></td> | 
					
						
							| 
									
										
										
										
											2018-10-12 01:13:03 +05:30
										 |  |  |         <td><a href="/docs/spanish/README.md"> Español </a></td> | 
					
						
							| 
									
										
										
										
											2018-10-25 08:01:44 +02:00
										 |  |  |         <td><a href="/docs/german/README.md"> Deutsch </a></td> | 
					
						
							| 
									
										
										
										
											2018-12-29 14:48:04 +02:00
										 |  |  |         <td><a href="/docs/greek/README.md"> Ελληνικά </a></td> | 
					
						
							| 
									
										
										
										
											2018-10-08 22:26:06 +05:30
										 |  |  |     </tr> | 
					
						
							|  |  |  | </table> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-10-11 12:57:34 +05:30
										 |  |  | # Documentation Quick Reference
 | 
					
						
							| 
									
										
										
										
											2018-10-08 22:26:06 +05:30
										 |  |  | 
 | 
					
						
							|  |  |  | Hello 👋! | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | This directory contains all of the documentation on contributing to freeCodeCamp.org | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ## [If you are getting started, start by reading this first.](/CONTRIBUTING.md)
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | --- | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ## Quick references articles
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-12-01 16:54:14 +05:30
										 |  |  | <a href="/docs/how-to-work-on-guide-articles.md">1. How to work on Guide articles.</a><br> | 
					
						
							|  |  |  | <a href="/docs/how-to-work-on-coding-challenges.md">2. How to work on Coding Challenges.</a><br> | 
					
						
							|  |  |  | <a href="/docs/how-to-setup-freecodecamp-locally.md">3. How to setup freeCodeCamp locally.</a><br> | 
					
						
							|  |  |  | <a href="/docs/how-to-catch-outgoing-emails-locally.md">4. How to catch outgoing emails locally.</a> | 
					
						
							| 
									
										
										
										
											2018-10-08 22:26:06 +05:30
										 |  |  | 
 | 
					
						
							|  |  |  | ## Style guides
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-12-01 16:54:14 +05:30
										 |  |  | <a href="/docs/how-to-work-on-guide-articles.md">1. Style guide for creating guide articles.</a><br> | 
					
						
							|  |  |  | <a href="/docs/how-to-work-on-coding-challenges.md">2. Style guide for creating coding challenges.</a> | 
					
						
							| 
									
										
										
										
											2018-10-08 22:26:06 +05:30
										 |  |  | 
 | 
					
						
							|  |  |  | ## Quick commands reference when working locally
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-12-25 11:41:54 -05:00
										 |  |  | A quick reference to the commands that you will need when working locally. | 
					
						
							| 
									
										
										
										
											2018-10-08 22:26:06 +05:30
										 |  |  | 
 | 
					
						
							|  |  |  | | command | description | | 
					
						
							|  |  |  | | ------- | ----------- | | 
					
						
							| 
									
										
										
										
											2019-07-23 18:41:49 +01:00
										 |  |  | | `npm ci` | Bootstraps the different services. | | 
					
						
							| 
									
										
										
										
											2018-10-08 22:26:06 +05:30
										 |  |  | | `npm run seed` | Parse all the challenge markdown files and inserts them into MongoDB. | | 
					
						
							| 
									
										
										
										
											2018-10-22 03:53:41 +11:00
										 |  |  | | `npm run develop` | Starts the freeCodeCamp API Server and Client Applications. | | 
					
						
							|  |  |  | | `npm test` |  Run all JS tests in the system, including client, server, lint and challenge tests. | | 
					
						
							|  |  |  | | `npm run test:client` | Run the client test suite. | | 
					
						
							|  |  |  | | `npm run test:curriculum` | Run the curriculum test suite. | | 
					
						
							|  |  |  | | `npm run test:server` | Run the server test suite. | |