Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions trigger-nextjs-hello-world/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Next.js + Trigger.dev Hello World

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/triggerdotdev/trigger-nextjs-hello-world)

A minimal Next.js app that triggers a background task from an API route. Click a button, fire a task, watch it run on [Trigger.dev](https://trigger.dev).

The whole thing is ~20 lines of task code in `trigger/hello-world.ts`.
Expand All @@ -22,10 +20,6 @@ pnpm dev # Next.js on :3000
npx trigger dev # Trigger.dev dev server
```

## Deploy to Vercel

Click the deploy button above, then install the [Trigger.dev Vercel integration](https://vercel.com/marketplace/trigger) to automatically sync your environment variables.

## Learn more about Trigger.dev

- [Quick start](https://trigger.dev/docs/quick-start)
Expand Down