pact-foundation / pact.io

Pact Foundation Website
http://pact.io
Other
219 stars 92 forks source link
pact smartbear-supported

README

pact.io home page

Netlify Status

Where are the docs?

Getting Set Up (optional)

Setup instructions are located in the docs mentioned above.

Node 14 is required Python 2 is required due to an old version of node-sass.

The short version:

MacOS

brew install pyenv
eval "$(pyenv init -)" # set in your profile (.zshrc / .bashrc etc)
pyenv install 2.7.18
pyenv shell 2.7.18
... npm commands above