Skip to content

Getting Started

Welcome to feedpipe. This page is the entry point for the docs and the fastest way to get up and running.

Quick start

Terminal window
# Install feedpipe
npm install -g feedpipe
# Start your dev server
npm run dev # localhost:3000
# Create a tunnel
feedpipe 3000

Once the tunnel is live, share the URL with reviewers. Comments will stream into your terminal.

Next steps