2025-05-30 21:38:12 +05:00
|
|
|
# Tekton API
|
|
|
|
|
|
|
|
Tekton API documentation in OpenAPI format.
|
|
|
|
|
|
|
|
|
|
|
|
## Getting started
|
|
|
|
|
2025-05-30 21:38:14 +05:00
|
|
|
Install dependencies:
|
|
|
|
|
|
|
|
```sh
|
|
|
|
npm install
|
|
|
|
```
|
|
|
|
|
2025-05-30 21:38:13 +05:00
|
|
|
Build static HTML page:
|
|
|
|
|
|
|
|
```sh
|
|
|
|
npm run build
|
|
|
|
```
|
|
|
|
|
|
|
|
Lint:
|
|
|
|
|
2025-05-30 21:38:12 +05:00
|
|
|
```sh
|
2025-05-30 21:38:13 +05:00
|
|
|
npm run lint
|
2025-05-30 21:38:12 +05:00
|
|
|
```
|