mirror of
https://github.com/neynarxyz/create-farcaster-mini-app.git
synced 2025-11-16 08:08:56 -05:00
chore: add local development section
This commit is contained in:
parent
f2d2e26a4a
commit
a352e8d5ec
10
README.md
10
README.md
@ -41,3 +41,13 @@ 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.
|
||||
|
||||
## Developing Script Locally
|
||||
|
||||
This section is only for working on the script and template, if you simply want to create a mini-app and _use_ the template this section is not for you.
|
||||
|
||||
To run the script locally just run:
|
||||
```
|
||||
node ./bin/index.js
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user