name | slug | description | framework | useCase | css | database | deployUrl | demoUrl | relatedTemplates | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Vercel Cron Job Example |
vercel-cron |
A Next.js app that uses Vercel Cron Jobs to update data at different intervals. |
Next.js |
|
Tailwind |
Upstash |
|
A Next.js app that uses Vercel Cron Jobs to update data at different intervals.
https://cron-template.vercel.app/
You can choose from one of the following two methods to use this repository:
One-Click Deploy
Deploy the example using Vercel:
Don't forget to set the required environment variables that you got from the previous step.
Clone and Deploy
Execute create-next-app
with npm or Yarn to bootstrap the example:
npx create-next-app --example https://github.com/vercel/examples/tree/main/solutions/cron cron
# or
yarn create next-app --example https://github.com/vercel/examples/tree/main/solutions/cron cron
Next, run Next.js in development mode:
npm install
npm run dev
# or
yarn
yarn dev
Deploy it to the cloud with Vercel (Documentation).