1.0.7 • Published 1 year ago

create-fframes-app v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

create-fframes-app

This is an interactive CLI to start a farcaster frames server application using Next.js and TypeScript.

Load this example frame using warpcast's frame validator: https://create-fframes-app.vercel.app/api/example

getting started

make sure you have Node.js and npx installed, then run:

npx create-fframes-app
# or
npx create-fframes-app@latest

to add a new frame applet:

npm run generate-applet my-applet
# or
yarn generate-applet my-applet

local testing

start the development server locally:

npm run dev
# or
yarn dev

then:

server testing

to test a live server deployment:

  • deploy your fframes app on vercel
  • add FFRAMES_API_URL=https://{your-project-name}.vercel.app as an env variable and redeploy the project
  • test using warpcast's frame validator (paste https://{your-project-name}.vercel.app/api/{your_applet_id})
1.0.7

1 year ago

1.0.6

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago