Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 314 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 314 Bytes

cavy.app

Documentation for Cavy found on https://cavy.app.

Running locally

Install dependencies:

cd website
yarn

Run the website with:

yarn start

Publishing

cd website
yarn
GIT_USER=<GIT_USER> USE_SSH=true yarn publish-gh-pages