Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 2.57 KB

File metadata and controls

37 lines (26 loc) · 2.57 KB

Documentation Index

This directory contains the main contributor and operations documentation for the ILN Frontend project. Use this page as the starting point when you need context on architecture, testing, CI, accessibility, or implementation details.

Core Guides

  • architecture.md - Frontend architecture overview covering design decisions, folder structure, and major data-flow patterns.
  • developer-quickstart.md - End-to-end setup guide from a fresh clone through local development and initial verification.
  • testing.md - Testing strategy and conventions for Vitest, Playwright, and other quality checks.
  • ci-cd.md - GitHub Actions, deployment flow, and CI/CD runner guidance.

Quality and Performance

Product and Domain Documentation

  • api-routes.md - Reference for the API routes that power the frontend experience.
  • contract-fixtures.md - Fixture and integration-test context for Stellar contract interactions.
  • error-codes.md - Error code catalog and troubleshooting notes.
  • feature-flags.md - Overview of feature flags and current rollout settings.
  • i18n.md - Internationalization setup and translation workflow details.
  • repo-size-audit.md - Repository size analysis and optimization recommendations.
  • supabase-setup.md - Supabase configuration and local setup notes.

Hooks and Examples

  • hooks/ - Detailed documentation for custom React hooks, including the authenticated-wallet hook reference.
  • examples/ - Example assets and snippets used across the documentation set.

Keep this index updated whenever new documentation is added to the docs directory so contributors can find it quickly.