Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 425 Bytes

File metadata and controls

24 lines (17 loc) · 425 Bytes

browsertap.com

The external site for BrowserTap now uses a static site generator called Cactus

You should be able to run it in the CLI:

To install Cactus:

sudo easy_install cactus

To run the site:

cactus serve

To deploy:

cactus deploy

Note: deploy is currently disabled as I'll be deploying from Netlify instead of S3