This repository contains the OpenAPI specification and documentation for the Business Registry API.
You can view the live documentation at https://internetee.github.io/domain-reservation-api-docs/
To run the documentation locally:
- Clone this repository
- Run
npm install
- Run
npm start
To build the static documentation:
- Run
npm run build