Update content/en/development/development.md

This commit is contained in:
Eugen Rochko 2018-11-11 23:25:41 +01:00
parent d1e0f1420d
commit c8f0f44327
1 changed files with 10 additions and 0 deletions

View File

@ -50,6 +50,9 @@ Knowledge and understanding of these libraries will simplify work with the Masto
- react-intl
## Code structure
The following overview should not be seen as complete or authoritative, but as a rough guidance to help you find your way in the application.
### Ruby
|Path|Description|
@ -64,6 +67,13 @@ Knowledge and understanding of these libraries will simplify work with the Masto
|`app/workers`|Code that executes outside the request-response cycle, i.e. in Sidekiq|
|`spec`|Automated test suite|
### JavaScript
|Path|Description|
|----|-----------|
|`app/javascript/mastodon`|Code for the multi-column React.js application|
|`app/javascript/packs`|Code for non-React.js pages|
### CSS and other assets
|Path|Description|