18 lines
160 B
Markdown
18 lines
160 B
Markdown
# Tekton API
|
|
|
|
Tekton API documentation in OpenAPI format.
|
|
|
|
|
|
## Getting started
|
|
|
|
Build static HTML page:
|
|
|
|
```sh
|
|
npm run build
|
|
```
|
|
|
|
Lint:
|
|
|
|
```sh
|
|
npm run lint
|
|
```
|