Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 393 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 393 Bytes

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.