Mention installation of dependencies in README

This commit is contained in:
Ivan 2025-05-30 21:38:14 +05:00
parent 6ac5783ba7
commit a6fea236b5
Signed by: landlord
GPG key ID: 416A03BC4ADA4CD7

View file

@ -5,6 +5,12 @@ Tekton API documentation in OpenAPI format.
## Getting started
Install dependencies:
```sh
npm install
```
Build static HTML page:
```sh