Get started by editingĀ app/page.tsx
app/page.tsx
Add post (this is using Cloudflare D1)
Run the following wrangler command to generate D1 Migrations: wrangler d1 migrations create DATABASE_NAME MIGRATION_NAME
wrangler d1 migrations create DATABASE_NAME MIGRATION_NAME
Posts
Inner Circle
Learn about Cloudflare D1 database on edge.
Learn about Cloudflare KV store on edge.
Find in-depth information about Next.js features and API.
Explore starter templates for Next.js.