mirror of
https://github.com/neynarxyz/create-farcaster-mini-app.git
synced 2025-11-16 16:18:55 -05:00
22 lines
339 B
Markdown
22 lines
339 B
Markdown
# frames-v2-demo
|
|
|
|
A Farcaster Frames v2 demo app.
|
|
|
|
## Getting Started
|
|
|
|
This is a [NextJS](https://nextjs.org/) + TypeScript + React app.
|
|
|
|
To install dependencies:
|
|
|
|
```bash
|
|
$ yarn
|
|
```
|
|
|
|
To run the app:
|
|
|
|
```bash
|
|
$ yarn dev
|
|
```
|
|
|
|
To try your app in the Warpcast playground, you'll want to use a tunneling tool like [ngrok](https://ngrok.com/).
|