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.
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.
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:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
The easiest way to deploy this app is to use Vercel. Check out the Next.js deployment documentation for more details.