From 067c60ad2a81b2320063a778e22b29ca9b44da76 Mon Sep 17 00:00:00 2001 From: horsefacts Date: Sun, 24 Nov 2024 00:07:32 -0500 Subject: [PATCH] update README --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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/).