diff --git a/README.md b/README.md index 1fd8834..18732d7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,21 @@ # 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/).