When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
The current jsdoc documentation can be found on https://yafp.github.io/ttth/. It is auto-generated (using JsDoc Action) on each commit of this project.
Building ttth yourself is pretty easy. Please see the building instructions for more details.
Crashreport informations are located here.
- Clone the repository:
git clone https://github.com/yafp/ttth
- Go into the repository:
cd ttth
- Install dependencies:
npm install
- Execute:
npm start
- Execute
npm run start-debug
- Execute:
npm start-verbose
- Execute:
npm test
- Edit
app/js/ttth/services.json
and add the new service - Check the function
loadServiceSpecificCode
in/app/js/ttth/renderer.js
- ....
npm audit
npm install PACKAGENAME --save
npm install PACKAGENAME@1.2.3
npm outdated
or using npm-check
:
- Install requirements:
npm install -g npm-check
- Run check:
npm-check
- Install requirements:
npm install depcheck
- Run check:
depcheck
npm install PACKAGENAME --save
npm update
npm run
or a dynamic solution
- Install requirements:
npm i -g ntl
- Execute
ntl