api-docs/README.md

25 lines
206 B
Markdown
Raw Permalink Normal View History

2025-05-30 21:38:12 +05:00
# Tekton API
Tekton API documentation in OpenAPI format.
## Getting started
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
```