Guides

Reference guides for working in this project. Read the relevant guide before starting a task in that area.

Writing TypeScript Code

Formatting rules, naming conventions, design patterns, and architectural principles for all TypeScript in this project. Read this before writing any application code.

Read the guide

Locales

How user-visible strings are stored as files, auto-generated into typed TypeScript constants, and fetched at runtime via LocaleManager. Read this before adding or changing any user-visible text.

Read the guide