https://github.com/fuseio/airdrop-dapp
https://github.com/fuseio/airdrop-dapp
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fuseio/airdrop-dapp
- Owner: fuseio
- Created: 2024-02-14T09:44:46.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-29T11:16:07.000Z (almost 2 years ago)
- Last Synced: 2024-08-29T12:36:41.607Z (almost 2 years ago)
- Language: TypeScript
- Homepage: https://airdrop.fuse.io/
- Size: 54.1 MB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Airdrop
Join the Fuse Airdrop program.
## Getting Started
1. Copy environment variables:
```bash
cp .env.development .env.local
```
2. Run development server:
```bash
npm run dev
```