Skip to content

Latest commit

 

History

History

managed-auth-basic-next-app

Example Pipedream Connect app

This app provides an example implementation of Pipedream Connect. See the full quickstart for instructions on how to configure your Pipedream project with this example app.

Getting Started

First,

cp .env.example .env.local

Then fill in the values of all environment variables.

Then install dependencies and run the development server:

npm i  # installs dependencies
npm run dev  # runs app locally

Open http://localhost:3000 with your browser to see the example app running. Start editing by modifying app/page.tsx or app/server.ts. The app auto-updates as you edit files.

Learn more about Next.js

This example app is built with Next.js, a framework for quickly developing web apps with React. To learn more about Next, take a look at the following resources:

Deploy

The easiest way to deploy this app is to use Vercel. Check out the Next.js deployment documentation for more details.