Skip to content

Latest commit

 

History

History
 
 

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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.