Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 633 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (19 loc) · 633 Bytes

Pull Request Guidelines

  • Fork this repository to your own account.

When adding/modifying/renaming any attribute method or event

MUST HAVE

  • Must be supported with an issue and provide little description about it, including the name, allowed values, defaults etc
  • Add relevant documentation, (possibly in ./docs/documentation.md)

Prerequisites

Node 10.15.3+ and npm 6.14.4+ are required.

For development:

git clone https://github.com/Authress-Engineering/openapi-explorer.git
yarn
yarn start
# open http://localhost:8080

To generate the static production bundle:

yarn build