Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 505 Bytes

File metadata and controls

19 lines (11 loc) · 505 Bytes

Business Registry API Documentation

This repository contains the OpenAPI specification and documentation for the Business Registry API.

Viewing the Documentation

You can view the live documentation at https://internetee.github.io/domain-reservation-api-docs/

Development

To run the documentation locally:

  1. Clone this repository
  2. Run npm install
  3. Run npm start

To build the static documentation:

  1. Run npm run build