gitea/docs/guideline-frontend.md

847 B

Frontend development

This document covers frontend-specific contribution expectations. For general contribution workflow, see CONTRIBUTING.md.

Dependencies

For the frontend, we use npm.

The same restrictions apply for frontend dependencies as for backend dependencies, with the exceptions that the files for it are package.json and package-lock.json, and that new versions must always reference an existing version.

Design guideline

Depending on your change, please read the