Skip to content

irvinebroque/next-on-pages-workers-ai-test-demo

 
 

Repository files navigation

next-dev workers-ai test/demo

Steps

Install the dependencies

pnpm i

Note

You do need to use pnpm as this project is relying on a pnpm patch

Populate .env.local

Populate the .env.local file with your Cloudflare account id and with an API token which enables workers-ai usage

Run the app in dev mode

pnpm dev

Preview the app before deployment

pnpm pages:preview

Deploy the application

pnpm pages:deploy

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 84.0%
  • JavaScript 8.9%
  • CSS 7.1%