pact.io home page
- Formal documentation is located at http://leap.mediumra.re/documentation/index.html - accessible from the Documentation link on most demo pages.
- You can find lists of the styled components at pages/components-leap.html and pages/components-bootstrap.html
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:
- npm install
- $(npm bin)/gulp
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