https://github.com/hallelx2/hallelx2-bank
Aan app that lets you customise programmable credit cards
https://github.com/hallelx2/hallelx2-bank
Last synced: 19 days ago
JSON representation
Aan app that lets you customise programmable credit cards
- Host: GitHub
- URL: https://github.com/hallelx2/hallelx2-bank
- Owner: hallelx2
- Created: 2026-03-18T04:50:52.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-18T23:56:04.000Z (3 months ago)
- Last Synced: 2026-03-19T02:56:29.856Z (3 months ago)
- Language: TypeScript
- Homepage: https://hallelx2-bank.vercel.app
- Size: 199 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Run and deploy your AI Studio app
This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/1723eef7-1794-40bf-9bbe-427fbd3ad02f
## Run Locally
**Prerequisites:** Node.js
1. Install dependencies:
`npm install`
2. Set the `GEMINI_API_KEY` in [.env.local](.env.local) to your Gemini API key
3. Run the app:
`npm run dev`