* Add GREEK docs folder and README.md * Create and Update Greek README.md Started working on the greek version of the README.md Awaiting acceptance of Pull Request so I can continue. * Update README.md * Update README.md * Update README.md * Create CONTRIBUTING.md * Update CONTRIBUTING.md Add link to Greek translation of the file * Update CONTRIBUTING.md Add the first paragraph * Update CONTRIBUTING.md
		
			
				
	
	
		
			53 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			53 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| <table>
 | ||
|     <tr>
 | ||
|         <!-- Do not translate this table -->
 | ||
|         <td> Read these guidelines in </td>
 | ||
|         <td><a href="/CONTRIBUTING.md"> English </a></td>
 | ||
|         <td><a href="/docs/arabic/README.md"> عربى </a></td>
 | ||
|         <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>
 | ||
|         <td><a href="/docs/spanish/README.md"> Español </a></td>
 | ||
|         <td><a href="/docs/german/README.md"> Deutsch </a></td>
 | ||
|         <td><a href="/docs/greek/README.md"> Ελληνικά </a></td>
 | ||
|     </tr>
 | ||
| </table>
 | ||
| 
 | ||
| # Documentation Quick Reference
 | ||
| 
 | ||
| Γειά σας 👋!
 | ||
| 
 | ||
| Αυτός ο φάκελος περιέχει όλη την τεκμηρίωση σχετικά με τη συμβολή στο freeCodeCamp.org
 | ||
| 
 | ||
| ## [If you are getting started, start by reading this first.](/CONTRIBUTING.md)
 | ||
| 
 | ||
| ---
 | ||
| 
 | ||
| ## Quick references articles
 | ||
| 
 | ||
| 1. How to work on Guide articles.
 | ||
| 2. How to work on Coding Challenges.
 | ||
| 3. How to setup freeCodeCamp locally.
 | ||
| 4. How to catch outgoing emails locally.
 | ||
| 
 | ||
| ## Style guides
 | ||
| 
 | ||
| 1. Style guide for creating guide articles.
 | ||
| 2. Style guide for creating coding challenges.
 | ||
| 
 | ||
| ## Quick commands reference when working locally
 | ||
| 
 | ||
| A quick reference to the commands that you will need, when working locally.
 | ||
| 
 | ||
| | command | description |
 | ||
| | ------- | ----------- |
 | ||
| | `npm run bootstrap` | Bootstraps the different services. |
 | ||
| | `npm run seed` | Parse all the challenge markdown files and inserts them into MongoDB. |
 | ||
| | `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. |
 | ||
| | `npm run commit` | An interactive tool to help you build a good commit message. |
 | ||
| 
 |