https://github.com/fuseio/flash-dapp
https://github.com/fuseio/flash-dapp
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fuseio/flash-dapp
- Owner: fuseio
- Created: 2025-04-09T12:04:19.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-04T15:53:51.000Z (about 1 year ago)
- Last Synced: 2025-05-04T16:35:51.319Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://flash-dapp.vercel.app
- Size: 524 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flash
Your crypto savings app.
## Getting Started
1. Copy environment variables:
```bash
cp .env.example .env.local
```
2. Run development server:
```bash
pnpm dev
```