Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stephancill/castgates
https://github.com/stephancill/castgates
farcaster farcaster-frames
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/stephancill/castgates
- Owner: stephancill
- License: mit
- Created: 2024-01-27T01:21:48.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-19T20:33:22.000Z (9 months ago)
- Last Synced: 2024-05-18T20:47:41.876Z (6 months ago)
- Topics: farcaster, farcaster-frames
- Language: TypeScript
- Homepage: https://castgates.vercel.app
- Size: 182 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-frames - Cast gates
README
# Private casts
## Development
Copy `.env.example` to `.env` and fill in the values.
```
yarn install
``````
yarn prisma generate
```Connect a postgres db via the `DATABASE_URL` environment variable and run `yarn prisma migrate dev` for local dev or `yarn prisma migrate deploy` for production.
```
yarn run dev
```