Skip to content

Latest commit

 

History

History
101 lines (69 loc) · 4.44 KB

CONTRIBUTING.md

File metadata and controls

101 lines (69 loc) · 4.44 KB

How to Contribute to Prism

Development

Yarn is a package manager for your code, similar to npm. While you can use npm to use Prism in your own project, we use yarn for development of Prism.

  1. If you don't already have the yarn package manager on your machine, install yarn.
  2. Fork the https://github.com/stoplightio/prism repo.
  3. Git clone your fork (i.e. git clone https://github.com/<your-username>/prism.git) to your machine.
  4. Run yarn to install dependencies and setup the project.
  5. Because during the development we run the software directly on top of TypeScript sources, we advise you to use our script: cd packages/cli && yarn cli mock openapi.yaml.
  6. Run git che