mirror of
https://github.com/neynarxyz/create-farcaster-mini-app.git
synced 2025-12-05 08:52:31 -05:00
feat: use saved frame manifest from build script
This commit is contained in:
21
README.md
21
README.md
@@ -2,11 +2,26 @@
|
||||
|
||||
A Farcaster Frames v2 quickstart npx script.
|
||||
|
||||
## Getting Started
|
||||
|
||||
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
|
||||
npx create-neynar-farcaster-frame@latest
|
||||
```
|
||||
|
||||
To run the project:
|
||||
```{bash}
|
||||
cd yourProjectName
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user