Pipedream Docs

Modifying docs and testing locally

First, install the dependencies for the repo:

yarn install

Then, run the Vuepress app locally using

yarn docs:dev

This should run a local development server on http://localhost:8080/. When you make changes to the Markdown files in the repo, the app should hot reload and refresh the browser automatically.