Skip to content

pixielabs/cavy-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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