Getting Started
Development
Get started with Tunnel in your development environment
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get started with Tunnel in your development environment
npm install @tunnel/cli
yarn add @tunnel/cli
pnpm add @tunnel/cli
"scripts": {
"dev": "tunnel 5173 -- vite dev --port PORT"
}
npm install @tunnel/cli
yarn add @tunnel/cli
pnpm add @tunnel/cli
"scripts": {
"dev": "tunnel 3000 -- next dev --port 3000"
}