-
-
Notifications
You must be signed in to change notification settings - Fork 0
Development Guide
UpperCenter edited this page May 30, 2025
·
1 revision
This page provides guidance for developers who wish to contribute to NHK-TS.
-
Clone the repository:
git clone https://github.com/UpperCenter/nhk-ts.git cd nhk-ts -
Install dependencies:
npm install
-
Build the project:
npm run build
-
Lint and format code:
npm run lint npm run format
- Fork the repository and create a feature branch
- Follow the code style and linting rules
- Submit a pull request with a clear description
- Versioning follows semantic versioning
- Releases are managed via GitHub Actions (see
.github/workflows/release.yml) - Docker images are built and published automatically on new releases
For questions or to discuss features, please open an issue on GitHub.