This is a Next.js project bootstrapped with create-next-app
.
It utilizes shadcn
for some core components and all data requests are done with @tanstack/react-query
wrappers.
FarcasterApiClient
implementation and List
component are stripped-down versions of what Warpcast team has built for Warpcast clients.
First, run the development server:
bun dev
Open http://localhost:3000 with your browser to see the result.
- Frames V2 - all links to deep dive into Frames.
- Frames V2 Spec - learn about Frames V2.
- Shadcn
- TanStack Query