2025-03-26 11:42:51 -07:00

28 lines
590 B
Markdown

# Frames v2 Quickstart by Neynar 🪐
A Farcaster Frames v2 quickstart npx script.
This is a [NextJS](https://nextjs.org/) + TypeScript + React app.
## Getting Started
To create a new frames project, run:
```{bash}
npx create-neynar-farcaster-frame@latest
```
To run the project:
```{bash}
cd <PROJECT_NAME>
npm run dev
```
## Building for Production
To create a production build, run:
```{bash}
npm run build
```
The above command will generate a `.env` file based on the `.env.local` file and user input. Be sure to configure those environment variables on your hosting platform.