api-docs/README.md

24 lines
206 B
Markdown

# Tekton API
Tekton API documentation in OpenAPI format.
## Getting started
Install dependencies:
```sh
npm install
```
Build static HTML page:
```sh
npm run build
```
Lint:
```sh
npm run lint
```