mirror of https://github.com/go-gitea/gitea.git
847 B
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