The Wayback Machine - https://web.archive.org/web/20210731012710/https://github.com/PipedreamHQ/pipedream/tree/master/docs
Skip to content
master
Switch branches/tags
pipedream/docs/
pipedream/docs/

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

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.